]> git.openstreetmap.org Git - rails.git/commitdiff
Show administrators the status and spam score for a user
authorTom Hughes <tom@compton.nu>
Sat, 1 May 2010 16:30:37 +0000 (17:30 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 6 May 2010 16:18:34 +0000 (17:18 +0100)
app/views/user/view.html.erb
config/locales/en.yml

index 07c31a1e26978922eb76f191a36282c7c014bdc3..b5890fca29164385bf3dc8f843de2712c4f59d05 100644 (file)
@@ -81,6 +81,8 @@
 <% if @user and @user.administrator? %>
   <p><b><%= t 'user.view.email address' %></b> <%= @this_user.email %></p>  
   <p><b><%= t 'user.view.created from' %></b> <%= @this_user.creation_ip %></p>
+  <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 %>
 
 <h3><%= t 'user.view.description' %></h3>
index ae3b0d5665c0eba07851b2f7030072565bb39dbb..3c5073e21f1c9d980706ed68a0ea6a4be3811f9f 100644 (file)
@@ -1549,6 +1549,8 @@ en:
       ago: "({{time_in_words_ago}} ago)"
       email address: "Email address:"
       created from: "Created from:"
+      status: "Status:"
+      spam score: "Spam Score:"
       description: Description
       user location: User location
       if set location: "If you set your location, a pretty map and stuff will appear here. You can set your home location on your {{settings_link}} page."