Revision 1410:320ea02c238a
| plugins/redmine_bibliography/app/helpers/publications_helper.rb | ||
|---|---|---|
| 139 | 139 |
s << link_to_user(User.find(link_id), :class => 'publication_project') |
| 140 | 140 |
end |
| 141 | 141 |
|
| 142 |
confirm_msg = "Are you sure you want to remove the link between this publication's author and this code.soundsoftware.ac.uk site user?" |
|
| 143 |
|
|
| 144 |
## 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)
|
|
| 145 |
|
|
| 146 | 142 |
s.html_safe |
| 147 | 143 |
end |
| 148 | 144 |
|
Also available in: Unified diff