From 318a55f2b9d3a11300cd1e2a68991a29933e4c05 Mon Sep 17 00:00:00 2001 From: Gnonthgol Date: Mon, 17 Sep 2012 20:06:28 +0200 Subject: [PATCH] Remove the date people accepted Contributor terms on OSM personal page --- app/views/user/view.html.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index da58043045..3b05964e67 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -80,15 +80,15 @@

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

+<% if @this_user.terms_agreed.nil? -%>

<%= 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? -%> +<% if not @this_user.terms_seen? -%> <%= t 'user.view.ct undecided' %> <% else -%> <%= t 'user.view.ct declined' %> <% end -%>

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

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