Mercurial > hg > soundsoftware-site
changeset 639:cbad7075a60f feature_36
Fixes Issue #283.
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Tue, 06 Sep 2011 15:10:45 +0100 |
parents | c2481ae787f0 |
children | 8c88a15a701e |
files | vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb Tue Sep 06 15:00:17 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb Tue Sep 06 15:10:45 2011 +0100 @@ -32,7 +32,7 @@ <%= link_to "Delete", {:controller => 'publications', :action => 'destroy', :id => @publication, :project_id => @project }, :confirm => l(:text_are_you_sure), :method => :delete, :title => l(:button_delete) %> | <% end %> - <%= link_to l(:view_all_publications), publications_path %> + <%= link_to l(:view_all_publications), {:controller => 'publications', :action => 'index', :project_id => @project } %> </div> <% projects = Project.active.find(:all, :limit => 100, :order => 'name ASC') - @publication.projects %>