Sha256: 08da63c9b8a60966ce4e96fb8c13a6f4cc9b826c51f200d3a1c1843f3eadd9dd
Contents?: true
Size: 1.28 KB
Versions: 4
Compression:
Stored size: 1.28 KB
Contents
<%- published_param = concept.published? ? nil : "0" if defined?(concept) -%> <%= sidebar do %> <% if defined?(concept) %> <%= sidebar_header t('txt.common.representations') %> <%= sidebar_item :icon => 'share', :text => 'HTML', :path => concept_path(:id => concept, :format => :html, :published => published_param) %> <%= sidebar_item :icon => 'share', :text => 'RDF/XML', :path => concept_path(:id => concept, :format => :rdf, :published => published_param), :id => 'rdf_link_xml' %> <%= sidebar_item :icon => 'share', :text => 'RDF/Turtle', :path => concept_path(:id => concept, :format => :ttl, :published => published_param), :id => 'rdf_link_ttl' %> <%= sidebar_item :icon => 'share', :text => 'RDF/NTriples', :path => concept_path(:id => concept, :format => :nt, :published => published_param), :id => 'rdf_link_nt' %> <% end %> <% end %> <%= sidebar do %> <%= sidebar_header 'Links' %> <% if defined?(concept) %> <%= sidebar_item :icon => 'link', :text => t('txt.models.concept.uri'), :path => rdf_url(concept.origin, :format => nil, :published => published_param, :lang => nil) %> <% end %> <% (Iqvoc.first_level_classes - [Collection::SKOS::Unordered]).each do |klass| %> <%= sidebar_item { render(klass.new_link_partial_name) } %> <% end %> <% end %>
Version data entries
4 entries across 4 versions & 1 rubygems