Sha256: ea39172c6f47b3dbb6c9ea3c9e28ea4274d4b78e865e838a996d27f3f4d031bf

Contents?: true

Size: 1.17 KB

Versions: 16

Compression:

Stored size: 1.17 KB

Contents

    <ul class="bookmarkTools">
      <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 => 'lightboxLink btn'} %>
      </li>
      <li class="refworks">
        <%= render :partial => 'catalog/refworks_form', :locals => {:documents=>@document_list} %>
      </li>

      <li class="endnote">
        <%= link_to t('blacklight.tools.endnote'), endnote_catalog_path(:sort=>params[:sort], :per_page=>params[:per_page], :id => @bookmarks.collect {|doc| doc.document_id}, :format => 'endnote'), {:class => 'btn'}%>
      </li>
      <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=>"lightboxLink btn", :id => "emailLink" %>
      </li>
      <li>
        <%= link_to t('blacklight.bookmarks.clear.action_title'), clear_bookmarks_path, :method => :delete, :data => { :confirm => t('blacklight.bookmarks.clear.action_confirm') }, :class => 'btn' %>
      </li>
</ul>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
blacklight-4.9.0 app/views/bookmarks/_tools.html.erb
blacklight-4.8.0 app/views/bookmarks/_tools.html.erb
blacklight-4.7.0 app/views/bookmarks/_tools.html.erb
blacklight-4.7.0.pre1 app/views/bookmarks/_tools.html.erb
blacklight-4.6.3 app/views/bookmarks/_tools.html.erb
blacklight-4.6.2 app/views/bookmarks/_tools.html.erb
blacklight-4.6.1 app/views/bookmarks/_tools.html.erb
blacklight-4.6.0 app/views/bookmarks/_tools.html.erb
blacklight-4.5.0 app/views/bookmarks/_tools.html.erb
blacklight-4.5.0.rc1 app/views/bookmarks/_tools.html.erb
blacklight-4.4.2 app/views/bookmarks/_tools.html.erb
blacklight-4.4.1 app/views/bookmarks/_tools.html.erb
blacklight-4.4.0 app/views/bookmarks/_tools.html.erb
blacklight-4.3.0 app/views/bookmarks/_tools.html.erb
blacklight-4.2.2 app/views/bookmarks/_tools.html.erb
blacklight-4.2.1 app/views/bookmarks/_tools.html.erb