# HG changeset patch # User luisf # Date 1315318245 -3600 # Node ID cbad7075a60fa38f434bbe9f0736324ee27a465c # Parent c2481ae787f0b55902e07653c7a4dfee0c1e042b Fixes Issue #283. diff -r c2481ae787f0 -r cbad7075a60f vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb --- 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 } %> <% projects = Project.active.find(:all, :limit => 100, :order => 'name ASC') - @publication.projects %>