X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/555a821c3e1b79093b63b96e981c4766cf43baa9..c40ad9de0296b28140f13a01a055108b23cb2e7d:/app/views/user/view.html.erb?ds=inline diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index 137a390ba..68f27ca38 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -154,6 +154,14 @@

+ <% if current_user and @this_user.id != current_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 %>