Sha256: a948fe64bf08147fb73f83ea41e719c4649adca64418f0b42a729c15120836ba

Contents?: true

Size: 860 Bytes

Versions: 6

Compression:

Stored size: 860 Bytes

Contents

<% published_param = label.published? ? nil : 0 %>

<%= sidebar do %>
  <%= sidebar_header t('txt.common.representations') %>
  <%= sidebar_item :icon => 'share', :text => 'HTML', :path => rdf_url(label.origin, :format => :html, :published => published_param, :lang => nil) %>
  <%= sidebar_item :icon => 'share', :text => 'RDF/XML', :path => rdf_url(label.origin, :format => :rdf, :published => published_param, :lang => nil), :id => 'rdf_link_xml' %>
  <%= sidebar_item :icon => 'share', :text => 'RDF/Turtle', :path => rdf_url(label.origin, :format => :ttl, :published => published_param, :lang => nil), :id => 'rdf_link_ttl' %>
  <%= sidebar_header 'Links' %>
  <%#= sidebar_item :icon => 'zoom-in', :text => 'Visualization', :path => '#visualization', :'data-toggle' => 'modal' %>
  <%= render Iqvoc::XLLabel.base_class.new_link_partial_name %>
<% end %>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
iqvoc_skosxl-2.3.1 app/views/labels/_sidebar.html.erb
iqvoc_skosxl-2.3.0 app/views/labels/_sidebar.html.erb
iqvoc_skosxl-2.1.0 app/views/labels/_sidebar.html.erb
iqvoc_skosxl-2.0.2 app/views/labels/_sidebar.html.erb
iqvoc_skosxl-2.0.1 app/views/labels/_sidebar.html.erb
iqvoc_skosxl-2.0.0 app/views/labels/_sidebar.html.erb