Skip to content

Commit

Permalink
remove broken/unused refworks/endnote from blacklight_marc
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Mar 31, 2014
1 parent 1043a52 commit dbfb284
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/views/bookmarks/_tools.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
<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>
Expand Down

0 comments on commit dbfb284

Please sign in to comment.