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| %>