Actions

<%= link_to "Download", sufia.download_path(@generic_file.noid) %> <%# link_to "Cite", citation_generic_file_path, {:id => 'citeLink', :name => 'citation', :class => 'lightboxLink'}, :action => 'citation' %> <% if @can_edit %>  |  <%= link_to "Edit", sufia.edit_generic_file_path unless @generic_file.processing? %> <%= "File is being processed you may edit once it is complete" if @generic_file.processing? %> <%end %>

Export to: <%= link_to 'EndNote', sufia.generic_file_path(@generic_file.noid, :format => 'endnote') %>  |  <%= link_to 'Zotero', sufia.static_path('zotero'), {:id => 'zoteroLink', :name => 'zotero', :class => 'lightboxLink'} %>  |  <%= link_to 'Mendeley', sufia.static_path('mendeley'), {:id => 'mendeleyLink', :name => 'mendeley', :class => 'lightboxLink'} %> <%# link_to 'RefWorks', refworks_export_url(:id => @generic_file.noid) %> <%# link_to 'Email This', email_catalog_path(:id => @generic_file.persistent_url), {:id => 'emailLink', :name => 'email', :class => 'lightboxLink'} %>