Sha256: 6a631bd4e8407bb2949be4fce66d48bf7f7bddb7b9ca4cc85b3652b80a02a579

Contents?: true

Size: 363 Bytes

Versions: 6

Compression:

Stored size: 363 Bytes

Contents

<h1>Themes</h1>

<% @themes.each do |t| %>
  <%= link_to (t.label || t.uri), theme_path(t) %> (<%= pluralize( t.datasets_criteria.count, "datasets" )%>)
<% 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

6 entries across 6 versions & 1 rubygems

Version Path
publish_my_data-0.0.10 app/views/publish_my_data/themes/index.html.erb
publish_my_data-0.0.9 app/views/publish_my_data/themes/index.html.erb
publish_my_data-0.0.8 app/views/publish_my_data/themes/index.html.erb
publish_my_data-0.0.7 app/views/publish_my_data/themes/index.html.erb
publish_my_data-0.0.5 app/views/publish_my_data/themes/index.html.erb
publish_my_data-0.0.4 app/views/publish_my_data/themes/index.html.erb