X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/bc5e0bf2c31af6fcf44fb430763f329a8745f5f4..293265a00b468b9d69a261fc6029922c4d1848c8:/app/views/user/view.html.erb diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index 0264065ee..2fa271a02 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -78,6 +78,16 @@
<%= t 'user.view.mapper since' %> <%= l @this_user.creation_time, :format => :friendly %> <%= t 'user.view.ago', :time_in_words_ago => time_ago_in_words(@this_user.creation_time) %>
+<%= t 'user.view.ct status' %> +<% if not @this_user.terms_agreed.nil? -%> +<%= t 'user.view.ct accepted', :ago =>time_ago_in_words(@this_user.terms_agreed) %> +<% elsif not @this_user.terms_seen? -%> +<%= t 'user.view.ct undecided' %> +<% else -%> +<%= t 'user.view.ct declined' %> +<% end -%> +
+ <% if @user and @user.administrator? -%><%= t 'user.view.email address' %> <%= @this_user.email %>
<% unless @this_user.creation_ip.nil? -%>