Sha256: 74ef3287335062644ebb6eb93558d34d222bdf537828aba297d9e32fb591cf27

Contents?: true

Size: 372 Bytes

Versions: 4

Compression:

Stored size: 372 Bytes

Contents

<h1>Themes</h1>

<% @themes.each do |t| %>
  <%= link_to (t.label || t.uri), theme_path(t) %> (<%= pluralize( t.datasets_count, "dataset" )%>)
  <%= t.comment %>
<% end %>

<br/><br/>
Get this list as:
<%= link_to 'N-triples', :format => 'nt' %>
<%= link_to 'Turtle', :format => 'ttl'  %>
<%= link_to 'RDF/XML', :format => 'rdf' %>
<%= link_to 'JSON', :format => 'json' %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
publish_my_data-0.0.32 app/views/publish_my_data/themes/index.html.erb
publish_my_data-0.0.31 app/views/publish_my_data/themes/index.html.erb
publish_my_data-0.0.30 app/views/publish_my_data/themes/index.html.erb
publish_my_data-0.0.29 app/views/publish_my_data/themes/index.html.erb