Sha256: a521deb2fe6e8950f8e6cd132f3638248d09b1a32d7894fbb35801f9ca1827d4

Contents?: true

Size: 809 Bytes

Versions: 9

Compression:

Stored size: 809 Bytes

Contents

<%= sidebar do %>
  <%= sidebar_header 'Links' %>
  <%= sidebar_item :icon => :edit, :text => t("txt.views.collections.new"), :path => new_collection_path,
    :perms => [:create, Iqvoc::Collection.base_class], :active => params[:action] == 'new' %>
  <% if defined?(collection) %>
  <%= sidebar_header t('txt.common.representations') %>
  <%= sidebar_item :icon => 'share', :text => 'HTML', :path => collection_url(collection.origin, :format => :html, :lang => nil) %>
  <%= sidebar_item :icon => 'share', :text => 'RDF/XML', :path => collection_url(collection.origin, :format => :rdf, :lang => nil), :id => 'rdf_link_xml' %>
  <%= sidebar_item :icon => 'share', :text => 'RDF/Turtle', :path => collection_url(collection.origin, :format => :ttl, :lang => nil), :id => 'rdf_link_ttl' %>
  <% end %>
<% end %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
iqvoc-4.0.8 app/views/collections/_sidebar.html.erb
iqvoc-4.0.7 app/views/collections/_sidebar.html.erb
iqvoc-4.0.6 app/views/collections/_sidebar.html.erb
iqvoc-4.0.5 app/views/collections/_sidebar.html.erb
iqvoc-4.0.4 app/views/collections/_sidebar.html.erb
iqvoc-4.0.3 app/views/collections/_sidebar.html.erb
iqvoc-4.0.2 app/views/collections/_sidebar.html.erb
iqvoc-4.0.1 app/views/collections/_sidebar.html.erb
iqvoc-4.0.0 app/views/collections/_sidebar.html.erb