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