##// END OF EJS Templates
Fixed that creating a new version from project settings does not redirect to versions tab (#10923)....
Jean-Philippe Lang -
r9516:e68043e13c42
parent child
Show More
@@ -38,4 +38,4
38 38 <% end %>
39 39 </div>
40 40
41 <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>
41 <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>
General Comments 0
You need to be logged in to leave comments. Login now