X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/14936150ac8ab5cb4e8347b772b2c966f2add43f..refs/heads/master:/app/views/users/show.html.erb
diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index 81fda926b..b2247c0d0 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -14,7 +14,8 @@
<%= number_with_delimiter(current_user.changesets.size) %>
+
- <%= t ".mapper since" %>
- <%= l @user.created_at.to_date, :format => :long %>
+ - <%= t ".last map edit" %>
+ - <%= l @user.changesets.first&.created_at&.to_date, :format => :long, :default => t(".no activity yet") %>
<% unless @user.terms_agreed %>
- <%= t ".ct status" %>
-
@@ -139,50 +161,48 @@
- <% if can?(:set_status, User) || can?(:destroy, User) %>
+ <% if can?(:update, :user_status) %>