Sha256: 6cda5c83d7c363e03a08d85694f8107c8761ecec0909f56dd1861995bdd72ed4

Contents?: true

Size: 963 Bytes

Versions: 14

Compression:

Stored size: 963 Bytes

Contents

<%= sidebar do %>
  <%= sidebar_header 'Links' %>
  <% Iqvoc.first_level_classes.each do |klass| %>
    <%= sidebar_item { render(klass.new_link_partial_name) } %>
  <% end %>
  <%= sidebar_header 'Extras' %>
  <%= sidebar_item(:icon => :download, :text => t('txt.views.dashboard.export'),
    :path => exports_path, :active => params[:controller] == 'exports', :perms => [:export, Concept::Base]) %>
  <%= sidebar_item(:icon => :upload, :text => t('txt.views.dashboard.import'),
    :path => imports_path, :active => params[:controller] == 'imports', :perms => [:import, Concept::Base]) %>
  <%= sidebar_item(:icon => :eraser, :text => t('txt.views.dashboard.reset'),
    :path => reset_path, :active => params[:action] == "reset",
    :perms => [:reset, :thesaurus]) %>
  <%= sidebar_item(:icon => :refresh, :text => t('txt.views.triplestore_sync.caption'),
    :path => triplestore_sync_path, :active => params[:controller] == "triplestore_sync") %>
<% end %>

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
iqvoc-4.11.1 app/views/dashboard/_sidebar.html.erb
iqvoc-4.11.0 app/views/dashboard/_sidebar.html.erb
iqvoc-4.10.0 app/views/dashboard/_sidebar.html.erb
iqvoc-4.9.0 app/views/dashboard/_sidebar.html.erb
iqvoc-4.8.2 app/views/dashboard/_sidebar.html.erb
iqvoc-4.8.1 app/views/dashboard/_sidebar.html.erb
iqvoc-4.8.0 app/views/dashboard/_sidebar.html.erb
iqvoc-4.7.0 app/views/dashboard/_sidebar.html.erb
iqvoc-4.6.1 app/views/dashboard/_sidebar.html.erb
iqvoc-4.5.2 app/views/dashboard/_sidebar.html.erb
iqvoc-4.6.0 app/views/dashboard/_sidebar.html.erb
iqvoc-4.5.1 app/views/dashboard/_sidebar.html.erb
iqvoc-4.5.0 app/views/dashboard/_sidebar.html.erb
iqvoc-4.4.0 app/views/dashboard/_sidebar.html.erb