diff --git a/app/views/users/user_projects.html.erb b/app/views/users/user_projects.html.erb index b29cc16a..57a42742 100644 --- a/app/views/users/user_projects.html.erb +++ b/app/views/users/user_projects.html.erb @@ -41,7 +41,7 @@ <% if @user != User.current %>
<%= l(:label_project_un) %>
<% else %> -<%= l(:label_project_unadd) %><%= link_to"#{l(:label_new)}",:controller=>'projects',:action=>'new'%>
+<%= l(:label_project_unadd) %>
<% end %> <% end %>