##// END OF EJS Templates
Fix the new subproject link on project overview. #6388...
Eric Davis -
r3981:b8ea55661631
parent child
Show More
@@ -1,6 +1,6
1 <div class="contextual">
1 <div class="contextual">
2 <% if User.current.allowed_to?(:add_subprojects, @project) %>
2 <% if User.current.allowed_to?(:add_subprojects, @project) %>
3 <%= link_to l(:label_subproject_new), {:controller => 'projects', :action => 'add', :parent_id => @project}, :class => 'icon icon-add' %>
3 <%= link_to l(:label_subproject_new), {:controller => 'projects', :action => 'new', :parent_id => @project}, :class => 'icon icon-add' %>
4 <% end %>
4 <% end %>
5 </div>
5 </div>
6
6
General Comments 0
You need to be logged in to leave comments. Login now