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