X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3b1ef97c69a3279324fd07a6c49d8bf7ba432282..dfaea75c27d8590b7dd534becc2a874356b8d745:/app/views/users/show.html.erb diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index d0d448f97..3943a2d02 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -116,20 +116,24 @@ <% end %> -

+

- <%= t ".mapper since" %> <%= l @user.creation_time.to_date, :format => :long %> - <% unless @user.terms_agreed %> - | - <%= t ".ct status" %> - <% if @user.terms_seen? -%> - <%= t ".ct declined" %> - <% else -%> - <%= t ".ct undecided" %> +
+
<%= t ".mapper since" %>
+
<%= l @user.creation_time.to_date, :format => :long %>
+ <% unless @user.terms_agreed %> +
<%= t ".ct status" %>
+
+ <% if @user.terms_seen? -%> + <%= t ".ct declined" %> + <% else -%> + <%= t ".ct undecided" %> + <% end -%> +
<% end -%> - <% end -%> +
-

+
<% if can?(:set_status, User) || can?(:destroy, User) %>