diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index fe4063743..692892537 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 d95fac8a0..a0389dcec 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) %>