]> git.openstreetmap.org Git - rails.git/commitdiff
Move the administrator details further down the user page
authorTom Hughes <tom@compton.nu>
Thu, 20 Sep 2012 08:25:53 +0000 (09:25 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 20 Sep 2012 08:25:53 +0000 (09:25 +0100)
app/views/user/view.html.erb

index 2b24fb02f2b0dc39edc0b234f78e0f8dcd55dbe7..31e9d7585c6dbdb0f8d5da9f2e72221b211b1499 100644 (file)
   <% end %>
 </div>
 
-
-
-<% if @user and @user.administrator? -%>
-  <p><b><%= t 'user.view.email address' %></b> <%= @this_user.email %></p>  
-  <% unless @this_user.creation_ip.nil? -%>
-  <p><b><%= t 'user.view.created from' %></b> <%= @this_user.creation_ip %></p>
-  <% end -%>
-  <p><b><%= t 'user.view.status' %></b> <%= @this_user.status.capitalize %></p>
-  <p><b><%= t 'user.view.spam score' %></b> <%= @this_user.spam_score %></p>
-<% end -%>
-
 <div id="description"><%= @this_user.description.to_html %></div>
 
 <p class='deemphasize'><small>
 </small>
 </p>
 
+<% if @user and @user.administrator? -%>
+  <p><b><%= t 'user.view.email address' %></b> <%= @this_user.email %></p>  
+  <% unless @this_user.creation_ip.nil? -%>
+  <p><b><%= t 'user.view.created from' %></b> <%= @this_user.creation_ip %></p>
+  <% end -%>
+  <p><b><%= t 'user.view.status' %></b> <%= @this_user.status.capitalize %></p>
+  <p><b><%= t 'user.view.spam score' %></b> <%= @this_user.spam_score %></p>
+<% end -%>
+
 <% if @user and @this_user.id == @user.id %>
   <div id="map" class="user_map">
     <% if @this_user.home_lat.nil? or @this_user.home_lon.nil? %>