Skip to content

Commit

Permalink
Fix the new subproject link on project overview. #6388
Browse files Browse the repository at this point in the history
  • Loading branch information
thegcat committed Sep 16, 2010
1 parent bde8ab8 commit 34dede2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/projects/show.rhtml
@@ -1,6 +1,6 @@
<div class="contextual">
<% if User.current.allowed_to?(:add_subprojects, @project) %>
<%= link_to l(:label_subproject_new), {:controller => 'projects', :action => 'add', :parent_id => @project}, :class => 'icon icon-add' %>
<%= link_to l(:label_subproject_new), {:controller => 'projects', :action => 'new', :parent_id => @project}, :class => 'icon icon-add' %>
<% end %>
</div>

Expand Down

0 comments on commit 34dede2

Please sign in to comment.