X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/aa1fb6dbb8c2e71b8ce8c231ae1272a2dfebd75a..875e588348984b6e8c7bb8c5cc847ff86e1f2db3:/app/views/user/view.html.erb 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 %>