Revision 1317:2805873c0147 plugins/redmine_bibliography/app/helpers
| plugins/redmine_bibliography/app/helpers/authorships_helper.rb | ||
|---|---|---|
| 19 | 19 |
end |
| 20 | 20 |
|
| 21 | 21 |
end |
| 22 |
|
|
| 23 |
|
|
| plugins/redmine_bibliography/app/helpers/publications_helper.rb | ||
|---|---|---|
| 111 | 111 |
confirm_msg = false |
| 112 | 112 |
end |
| 113 | 113 |
|
| 114 |
s << link_to_remote(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')
|
|
| 114 |
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)
|
|
| 115 | 115 |
end |
| 116 | 116 |
end |
| 117 | 117 |
|
Also available in: Unified diff