Fixed that creating a new version from project settings does not redirect to versions tab (#10923).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9699 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2012-05-15 17:25:27 +00:00
parent 05481fe96b
commit e68043e13c
1 changed files with 1 additions and 1 deletions

View File

@ -38,4 +38,4 @@
<% end %>
</div>
<p><%= link_to l(:label_version_new), new_project_version_path(@project), :class => 'icon icon-add' if User.current.allowed_to?(:manage_versions, @project) %></p>
<p><%= link_to l(:label_version_new), new_project_version_path(@project, :back_url => ''), :class => 'icon icon-add' if User.current.allowed_to?(:manage_versions, @project) %></p>