Sha256: 7d8f4b15d2792d891f12e08fcc6b69c1e241ff1fd3fdb0d35140cc16370c7ac1
Contents?: true
Size: 381 Bytes
Versions: 18
Compression:
Stored size: 381 Bytes
Contents
<h1>Themes</h1> <% @themes.each do |t| %> <%= link_to (t.label || t.uri), theme_path(t) %> (<%= pluralize( t.datasets_criteria.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
18 entries across 18 versions & 1 rubygems