Sha256: 490c9705c0a5b12218f29bdd87a6f334fc2e74ce3cae7d1a46b07abeb1cdb8eb
Contents?: true
Size: 429 Bytes
Versions: 6
Compression:
Stored size: 429 Bytes
Contents
<h4><%= t('page.other_format') %></h4> <ul> <li><%= link_to 'RDF/XML', url_for(request.params.merge(format: :rdf, only_path: true)) %> <li><%= link_to 'MODS', url_for(request.params.merge(format: :mods, only_path: true)) %></li> <li><%= link_to 'TSV', url_for(request.params.merge(format: :txt, only_path: true)) %></li> <li><%= link_to 'JSON', url_for(request.params.merge(format: :json, only_path: true)) %></li> </ul>
Version data entries
6 entries across 6 versions & 1 rubygems