From 6499352d8e960747a1652b7f88accd9164b7f5e8 Mon Sep 17 00:00:00 2001 From: huangjingquan Date: Wed, 6 Nov 2013 17:00:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=97=A0=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=97=B6=E5=80=99=20=E6=96=B0=E5=BB=BA=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E9=87=8D=E5=A4=8D=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/users/user_projects.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %>