# HG changeset patch # User luisf # Date 1308228319 -3600 # Node ID 9bdb8e3b9135d91b6a67143eef1f5614aebeea53 # Parent 0f909724575681db5e00b536a0bd35f0d832660e Publication index action in Project context correctly links to show view (within project context). diff -r 0f9097245756 -r 9bdb8e3b9135 vendor/plugins/redmine_bibliography/app/views/publications/index.html.erb --- a/vendor/plugins/redmine_bibliography/app/views/publications/index.html.erb Thu Jun 16 13:33:34 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/app/views/publications/index.html.erb Thu Jun 16 13:45:19 2011 +0100 @@ -15,7 +15,7 @@ <% @publications.each do |publication| %> <%= publication.id %> - <%= publication.title %> + <%= link_to publication.title, :controller => "publications", :action => "show", :id => publication, :project_id => @project %> <% end %>