Sha256: c6a8053c5eaea4b4f4ab1528f6cd76056ca9646c54a61d730ff6890d8f721113

Contents?: true

Size: 948 Bytes

Versions: 11

Compression:

Stored size: 948 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]) %>
  <%= sidebar_item(:icon => :repeat, :text => t('txt.views.triplestore_sync.caption'),
    :path => triplestore_sync_path, :active => params[:controller] == "triplestore_sync") %>
<% end %>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
iqvoc-4.2.0 app/views/dashboard/_sidebar.html.erb
iqvoc-4.1.3 app/views/dashboard/_sidebar.html.erb
iqvoc-4.1.2 app/views/dashboard/_sidebar.html.erb
iqvoc-4.1.1 app/views/dashboard/_sidebar.html.erb
iqvoc-4.1.0 app/views/dashboard/_sidebar.html.erb
iqvoc-4.0.9 app/views/dashboard/_sidebar.html.erb
iqvoc-4.0.8 app/views/dashboard/_sidebar.html.erb
iqvoc-4.0.7 app/views/dashboard/_sidebar.html.erb
iqvoc-4.0.6 app/views/dashboard/_sidebar.html.erb
iqvoc-4.0.5 app/views/dashboard/_sidebar.html.erb
iqvoc-4.0.4 app/views/dashboard/_sidebar.html.erb