Sha256: 7fb02aded63cfb30ee1147d109b533e3f640befcb8f541093a9afd1cf34cf53b

Contents?: true

Size: 823 Bytes

Versions: 9

Compression:

Stored size: 823 Bytes

Contents

    <ul class="bookmarkTools nav nav-pills">
      <li class="cite">
        <%= link_to t('blacklight.tools.cite'), citation_catalog_path(:sort=>params[:sort], :per_page=>params[:per_page], :id => @bookmarks.collect{|doc| doc.document_id}), {:id => 'citeLink', :name => 'citation', :class => 'btn btn-default', :data => {:ajax_modal => "trigger"}} %>
      </li>
      <% if defined? BlacklightMarc %>
        <%= render partial: 'bookmarks/refworks' %>
        <%= render partial: 'bookmarks/endnote' %>
      <% end %>
      <li class="email">
        <%= link_to t('blacklight.tools.email'), email_catalog_path(:sort=>params[:sort], :per_page=>params[:per_page], :id => @bookmarks.collect {|doc| doc.document_id}), :class=>"btn btn-default", :id => "emailLink", :data => {:ajax_modal => "trigger"} %>
      </li>
</ul>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
blacklight-5.3.0 app/views/bookmarks/_tools.html.erb
blacklight-5.0.3 app/views/bookmarks/_tools.html.erb
blacklight-5.1.1 app/views/bookmarks/_tools.html.erb
blacklight-5.2.0 app/views/bookmarks/_tools.html.erb
blacklight-5.1.0 app/views/bookmarks/_tools.html.erb
blacklight-5.0.2 app/views/bookmarks/_tools.html.erb
blacklight-5.0.1 app/views/bookmarks/_tools.html.erb
blacklight-5.0.0 app/views/bookmarks/_tools.html.erb
blacklight-5.0.0.pre4 app/views/bookmarks/_tools.html.erb