Sha256: 39236d40919dab2d30d096c655830f4fa03eac8fdcb9e50fb9bb0bfe9d783144

Contents?: true

Size: 330 Bytes

Versions: 3

Compression:

Stored size: 330 Bytes

Contents

<h4><%= t('page.other_format') %></h4>
<ul>
  <li><%= link_to 'RDF/XML', url_for(params.permit.merge(format: :rdf, only_path: true)) %>
  <li><%= link_to 'MODS', url_for(params.permit.merge(format: :mods, only_path: true)) %></li>
  <li><%= link_to 'TSV', url_for(params.permit.merge(format: :txt, only_path: true)) %></li>
</ul>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
enju_biblio-0.2.0.beta.3 app/views/manifestations/_export_list.html.erb
enju_biblio-0.2.0.beta.2 app/views/manifestations/_export_list.html.erb
enju_biblio-0.2.0.beta.1 app/views/manifestations/_export_list.html.erb