Mercurial > hg > soundsoftware-site
diff vendor/plugins/redmine_bibliography/app/views/projects/show.rhtml @ 546:7c4b96efa402 feature_36
Closes Feature #240 (adding a new publication from the project's main page).
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Fri, 29 Jul 2011 18:14:28 +0100 |
parents | 5123e3a1c9cb |
children | 2df99e8d191e |
line wrap: on
line diff
--- a/vendor/plugins/redmine_bibliography/app/views/projects/show.rhtml Fri Jul 29 18:08:07 2011 +0100 +++ b/vendor/plugins/redmine_bibliography/app/views/projects/show.rhtml Fri Jul 29 18:14:28 2011 +0100 @@ -2,6 +2,9 @@ <% if User.current.allowed_to?(:add_subprojects, @project) %> <%= link_to l(:label_subproject_new), {:controller => 'projects', :action => 'new', :parent_id => @project}, :class => 'icon icon-add' %> <% end %> + + <%= link_to l(:label_add_publication_to_project), {:controller => 'publications', :action => 'new', :project_id => @project}, :class => 'icon icon-add' %> + </div> <h2><%=l(:label_overview)%></h2>