Sha256: 8ac1092ce43e09c0ca53f00a9b4b2cc52f4ba793395a72a602ef3afd66901add

Contents?: true

Size: 862 Bytes

Versions: 12

Compression:

Stored size: 862 Bytes

Contents

<div class="citations">
    <% if Hyrax.config.citations? %>
      <%= link_to t(".citations"), hyrax.citations_work_path(presenter), id: 'citations', class: 'btn btn-secondary btn-sm mr-2' %>
    <% end %>
    <div class="btn-group">
      <button type="button" class="btn btn-secondary btn-sm dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
        <%= t('.header') %>
      </button>
      <ul class="dropdown-menu">
        <li class="dropdown-item"><%= link_to t('.endnote'), polymorphic_path([main_app, presenter], format: 'endnote') %></li>
        <li class="dropdown-item"><%= link_to t('.zotero'), hyrax.zotero_path, id: 'zoteroLink', name: 'zotero' %></li>
        <li class="dropdown-item"><%= link_to t('.mendeley'), hyrax.mendeley_path, id: 'mendeleyLink', name: 'mendeley' %></li>
      </ul>
    </div>
</div>

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hyrax-5.0.2 app/views/hyrax/base/_citations.html.erb
hyrax-5.0.1 app/views/hyrax/base/_citations.html.erb
hyrax-5.0.0 app/views/hyrax/base/_citations.html.erb
hyrax-5.0.0.rc3 app/views/hyrax/base/_citations.html.erb
hyrax-5.0.0.rc2 app/views/hyrax/base/_citations.html.erb
hyrax-5.0.0.rc1 app/views/hyrax/base/_citations.html.erb
hyrax-4.0.0 app/views/hyrax/base/_citations.html.erb
hyrax-4.0.0.rc3 app/views/hyrax/base/_citations.html.erb
hyrax-4.0.0.rc2 app/views/hyrax/base/_citations.html.erb
hyrax-4.0.0.rc1 app/views/hyrax/base/_citations.html.erb
hyrax-4.0.0.beta2 app/views/hyrax/base/_citations.html.erb
hyrax-4.0.0.beta1 app/views/hyrax/base/_citations.html.erb