Sha256: 1b244fa9054b701d1e25c02c46452b05d84c8926a15c3349e5d9984f7010b295

Contents?: true

Size: 661 Bytes

Versions: 11

Compression:

Stored size: 661 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 => @response.documents.map {|doc| doc.id}), {:id => 'citeLink', :name => 'citation', :class => 'btn btn-default', :data => {:ajax_modal => "trigger"}} %>
  </li>

  <li class="email">
    <%= link_to t('blacklight.tools.email'), email_catalog_path(:sort=>params[:sort], :per_page=>params[:per_page], :id => @response.documents.map {|doc| doc.id}), :class=>"btn btn-default", :id => "emailLink", :data => {:ajax_modal => "trigger"} %>
  </li>
  
  <%= render_marc_tools %>
</ul>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
blacklight-5.7.2 app/views/bookmarks/_tools.html.erb
blacklight-5.5.4 app/views/bookmarks/_tools.html.erb
blacklight-5.7.1 app/views/bookmarks/_tools.html.erb
blacklight-5.7.0 app/views/bookmarks/_tools.html.erb
blacklight-5.6.0 app/views/bookmarks/_tools.html.erb
blacklight-5.5.3 app/views/bookmarks/_tools.html.erb
blacklight-5.5.2 app/views/bookmarks/_tools.html.erb
blacklight-5.5.1 app/views/bookmarks/_tools.html.erb
blacklight-5.5.0 app/views/bookmarks/_tools.html.erb
blacklight-5.4.0 app/views/bookmarks/_tools.html.erb
blacklight-5.4.0.rc1 app/views/bookmarks/_tools.html.erb