From 986f48f012e9d210c3d3af917f094816a8abb3ae Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Sat, 25 Oct 2014 17:02:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/my/account.html.erb | 61 +++++++++++++++++++++++++---------- 1 file changed, 44 insertions(+), 17 deletions(-) diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index 57eaa93d1..6776340ac 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -35,7 +35,9 @@ <%= call_hook(:view_my_account_contextual, :user => @user) %> -

<%= l(:label_my_account) %>

+

+ <%= l(:label_my_account) %> +

<%= error_messages_for 'user' %>
<%= labelled_form_for :user, @user, @@ -68,17 +70,22 @@ @@ -230,11 +237,19 @@ <% unless @user.user_extensions.identity == 2 %>

<%= l(:label_identity) %> - + + + + <% end %> @@ -254,11 +269,21 @@

@@ -267,7 +292,9 @@ <% if Setting.openid? %> -

<%= f.text_field :identity_url %>

+

+ <%= f.text_field :identity_url %> +

<% end %> <% @user.custom_field_values.select(&:editable?).each do |value| %>