Sha256: b09bd54c7b5736d82230994960ab719dd24c546157f7c48e58b44ea3e6775c7e
Contents?: true
Size: 559 Bytes
Versions: 1
Compression:
Stored size: 559 Bytes
Contents
<div class="citations"> <% if Hyrax.config.citations %> <%= link_to "Citations", hyrax.citations_work_path(presenter), id: 'citations', class: 'btn btn-default' %> <% end %> <div class='citations-heading'><%= t('.header') %></div> <p class='citations-list'> <%= link_to 'EndNote', polymorphic_path([main_app, presenter], format: 'endnote') %> | <%= link_to 'Zotero', hyrax.zotero_path, id: 'zoteroLink', name: 'zotero' %> | <%= link_to 'Mendeley', hyrax.mendeley_path, id: 'mendeleyLink', name: 'mendeley' %> </p> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
test_hyrax-0.0.1.alpha | app/views/hyrax/base/_citations.html.erb |