X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/f258af223bd2b9b682398b072864b68090b37d25..e31376e28da8f656e33508cc899da465b63673c5:/app/views/user/view.html.erb diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index 137a390ba..777f16389 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -154,6 +154,14 @@

+ <% if @user and @this_user.id != @user.id %> +
+ <%= link_to new_issue_url(reportable_id: @this_user.id, reportable_type: @this_user.class.name, referer: request.fullpath), :title => t('user.view.report') do%> +  ⚐ + <% end %> +
+ <% end %> +
<%= @this_user.description.to_html %>