X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/33ea119c8f520a7e679e38b569c202976907a501..d3700e6201b4b78a70bbb2941572edc985b63c2c:/app/views/user/view.html.erb diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index 3a09165b9..0acb3f014 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -102,6 +102,11 @@ <% end %> + <% if current_user and @user.id != current_user.id %> +
  • + <%= report_link(t(".report"), @user) %> +
  • + <% end %> <% end %>