Mercurial > hg > soundsoftware-site
changeset 1233:ed0d04113c93 redmine-2.2-integration
Typo fix
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 13 Mar 2013 13:10:49 +0000 |
parents | 345e08eee166 |
children | e0167f4e1d8a |
files | plugins/redmine_bibliography/app/views/projects/show.html.erb |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/redmine_bibliography/app/views/projects/show.html.erb Wed Mar 13 13:06:31 2013 +0000 +++ b/plugins/redmine_bibliography/app/views/projects/show.html.erb Wed Mar 13 13:10:49 2013 +0000 @@ -9,6 +9,7 @@ <% else %> <%= link_to l(:button_reopen), reopen_project_path(@project), :data => {:confirm => l(:text_are_you_sure)}, :method => :post, :class => 'icon icon-unlock' %> <% end %> + <% end %> <% if @project.module_enabled? :redmine_bibliography %> <% if User.current.allowed_to?(:add_publication, @project) %>