From 5c39e5870d5b31262644ef8e7d1b73dbe6f4e0b7 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 20 Sep 2012 09:25:53 +0100 Subject: [PATCH] Move the administrator details further down the user page --- app/views/user/view.html.erb | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index 2b24fb02f..31e9d7585 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -78,17 +78,6 @@ <% end %> - - -<% if @user and @user.administrator? -%> -

<%= t 'user.view.email address' %> <%= @this_user.email %>

- <% unless @this_user.creation_ip.nil? -%> -

<%= t 'user.view.created from' %> <%= @this_user.creation_ip %>

- <% end -%> -

<%= t 'user.view.status' %> <%= @this_user.status.capitalize %>

-

<%= t 'user.view.spam score' %> <%= @this_user.spam_score %>

-<% end -%> -
<%= @this_user.description.to_html %>

@@ -105,6 +94,15 @@

+<% if @user and @user.administrator? -%> +

<%= t 'user.view.email address' %> <%= @this_user.email %>

+ <% unless @this_user.creation_ip.nil? -%> +

<%= t 'user.view.created from' %> <%= @this_user.creation_ip %>

+ <% end -%> +

<%= t 'user.view.status' %> <%= @this_user.status.capitalize %>

+

<%= t 'user.view.spam score' %> <%= @this_user.spam_score %>

+<% end -%> + <% if @user and @this_user.id == @user.id %>
<% if @this_user.home_lat.nil? or @this_user.home_lon.nil? %> -- 2.43.2