app/views/dashboard/_sidebar.html.erb in iqvoc-4.0.3 vs app/views/dashboard/_sidebar.html.erb in iqvoc-4.0.4
- old
+ new
@@ -9,6 +9,8 @@
<%= sidebar_item(:icon => :download, :text => "RDF/XML", :path => concepts_url(:format => :rdf),
:perms => [:full_export, Concept::Base]) %>
<%= sidebar_header 'Extras' %>
<%= sidebar_item(:icon => :upload, :text => t('txt.views.dashboard.import'),
:path => import_url, :active => params[:controller] == 'import', :perms => [:import, Concept::Base]) %>
+ <%= sidebar_item(:icon => :repeat, :text => t('txt.views.triplestore_sync.caption'),
+ :path => triplestore_sync_path, :active => params[:controller] == "triplestore_sync") %>
<% end %>