From 7119c720e88da1121a7d4636dcdbeaf1f4d4a55a Mon Sep 17 00:00:00 2001 From: huangjingquan Date: Tue, 13 Aug 2013 17:11:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=88=91=E7=9A=84=E8=B4=A6?= =?UTF-8?q?=E6=88=B7bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/my/account.html.erb | 4 ++-- app/views/users/user_projects.html.erb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index fe406374..69289253 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -33,10 +33,10 @@

<%= f.text_field :lastname, :required => true %>

-

+

<%= f.text_field :mail, :required => true %>

-

<%= f.select :language, lang_options_for_select %>

<% if Setting.openid? %> diff --git a/app/views/users/user_projects.html.erb b/app/views/users/user_projects.html.erb index d95fac8a..a0389dce 100644 --- a/app/views/users/user_projects.html.erb +++ b/app/views/users/user_projects.html.erb @@ -11,7 +11,7 @@ + <%= l(:label_create_project) %> <%= link_to_project(membership.project) %>
<%= link_to_user(membership.user) if membership.respond_to?(:user) %> - <%= l(:label_create_project) %> <%= link_to_project(membership.project) %>