changeset 1410:320ea02c238a biblio_alt_search_auth

removed unused code.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 01 Oct 2013 13:26:40 +0100
parents 3cb633d4b37d
children 6487f22bee9d
files plugins/redmine_bibliography/app/helpers/publications_helper.rb
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/redmine_bibliography/app/helpers/publications_helper.rb	Tue Oct 01 13:05:17 2013 +0100
+++ b/plugins/redmine_bibliography/app/helpers/publications_helper.rb	Tue Oct 01 13:26:40 2013 +0100
@@ -139,10 +139,6 @@
     s << link_to_user(User.find(link_id), :class => 'publication_project')
   end
 
-  confirm_msg = "Are you sure you want to remove the link between this publication's author and this code.soundsoftware.ac.uk site user?"
-
-  ## s << link_to(l(:button_delete), { :url => { :controller => 'publications', :action => 'remove_project', :id => publication, :remove_project_id => proj,  :project_id => @project }, :method => :post, :confirm => confirm_msg }, :class => 'icon icon-del', :remote => :true)
-
   s.html_safe
 end