Sha256: 27f0799082aa6ce0cb88633089ca5fc2e9404dc913e91f1229fe2a65d1bb3850

Contents?: true

Size: 1.17 KB

Versions: 8

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=>@bookmarks} %>
      </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

8 entries across 8 versions & 1 rubygems

Version Path
blacklight-4.2.0 app/views/bookmarks/_tools.html.erb
blacklight-4.1.0 app/views/bookmarks/_tools.html.erb
blacklight-4.0.1 app/views/bookmarks/_tools.html.erb
blacklight-4.0.0 app/views/bookmarks/_tools.html.erb
blacklight-4.0.0.rc2 app/views/bookmarks/_tools.html.erb
blacklight-4.0.0.rc1 app/views/bookmarks/_tools.html.erb
blacklight-4.0.0.pre7 app/views/bookmarks/_tools.html.erb
blacklight-4.0.0.pre6 app/views/bookmarks/_tools.html.erb