X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d14cf519fd876274900758a903e7e390d38922d5..16fef14b61f4cf5222484b7c315ed05c661cbcef:/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 %>