Sha256: 1a45a15ef4e198d18d299f7ad2aea6fd8f7523fe6c7bc72e51cfba14209625e3
Contents?: true
Size: 930 Bytes
Versions: 16
Compression:
Stored size: 930 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 => 'link', :text => 'HTML', :path => collection_url(collection.origin, :format => :html) %> <%= sidebar_item :icon => 'link', :text => 'RDF/XML', :path => rdf_url(collection.origin, :format => :rdf, :lang => nil), :id => 'rdf_link_xml' %> <%= sidebar_item :icon => 'link', :text => 'RDF/Turtle', :path => rdf_url(collection.origin, :format => :ttl, :lang => nil), :id => 'rdf_link_ttl' %> <%= sidebar_item :icon => 'link', :text => 'RDF/NTriples', :path => rdf_url(collection.origin, :format => :nt, :lang => nil), :id => 'rdf_link_nt' %> <% end %> <% end %>
Version data entries
16 entries across 16 versions & 1 rubygems