X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b598979374985b8c62fac14588d685e29eac20a4..f3519e97819cc5a5e2c2f9931c7d565b8e5227c8:/app/views/user/view.html.erb diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index 1628e2364..5ff594dd1 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -155,7 +155,7 @@ <% if @user and @this_user.id != @user.id %>
- <%= link_to new_issue_url(reportable_id: @this_user.id, reportable_type: @this_user.class.name, reported_user_id: @this_user.id), :title => t('user.view.report') do%> + <%= link_to new_issue_url(reportable_id: @this_user.id, reportable_type: @this_user.class.name, reported_user_id: @this_user.id,referer: request.fullpath), :title => t('user.view.report') do%>  ⚐ <% end %>