Sha256: f4eff0d0115cd40c23679da6bc36e6e9eab04d2afac91a8699c272937ab28475

Contents?: true

Size: 768 Bytes

Versions: 4

Compression:

Stored size: 768 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 t('txt.views.dashboard.full_rdf_export') %>
  <%= sidebar_item(:icon => :download, :text => "RDF/Turtle", :path => concepts_url(:format => :ttl),
    :perms => [:full_export, Concept::Base]) %>
  <%= 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]) %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.0.3 app/views/dashboard/_sidebar.html.erb
iqvoc-4.0.2 app/views/dashboard/_sidebar.html.erb
iqvoc-4.0.1 app/views/dashboard/_sidebar.html.erb
iqvoc-4.0.0 app/views/dashboard/_sidebar.html.erb