summaryrefslogtreecommitdiffstats
path: root/app/views/projects
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/index.rhtml2
-rw-r--r--app/views/projects/new.html.erb (renamed from app/views/projects/add.rhtml)0
2 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/index.rhtml b/app/views/projects/index.rhtml
index a2ba1c389..2b506388a 100644
--- a/app/views/projects/index.rhtml
+++ b/app/views/projects/index.rhtml
@@ -3,7 +3,7 @@
<% end %>
<div class="contextual">
- <%= link_to(l(:label_project_new), {:controller => 'projects', :action => 'add'}, :class => 'icon icon-add') + ' |' if User.current.allowed_to?(:add_project, nil, :global => true) %>
+ <%= link_to(l(:label_project_new), {:controller => 'projects', :action => 'new'}, :class => 'icon icon-add') + ' |' if User.current.allowed_to?(:add_project, nil, :global => true) %>
<%= link_to(l(:label_issue_view_all), { :controller => 'issues' }) + ' |' if User.current.allowed_to?(:view_issues, nil, :global => true) %>
<%= link_to(l(:label_overall_spent_time), { :controller => 'time_entries' }) + ' |' if User.current.allowed_to?(:view_time_entries, nil, :global => true) %>
<%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }%>
diff --git a/app/views/projects/add.rhtml b/app/views/projects/new.html.erb
index c8a9c7600..c8a9c7600 100644
--- a/app/views/projects/add.rhtml
+++ b/app/views/projects/new.html.erb