diff plugins/redmine_bibliography/config/routes.rb @ 1317:2805873c0147 redmine-2.2-integration

several fixes to the publications#show page and related views.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 18 Jun 2013 17:34:56 +0100
parents af51e7e3e846
children 2e54ae6ab02f
line wrap: on
line diff
--- a/plugins/redmine_bibliography/config/routes.rb	Tue Jun 18 15:02:44 2013 +0100
+++ b/plugins/redmine_bibliography/config/routes.rb	Tue Jun 18 17:34:56 2013 +0100
@@ -5,6 +5,7 @@
 
     match "authors/show/:id", :to => 'authors#show'
 
+    match "publications/add_project/:id", :to => 'publications#add_project'
 
 
     resources :publications