X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/d1d4f8192da5a266cddb17bb8970b2b04387888c..9046b5ba8d07cd8907685ab8da7f73829cb692c5:/app/views/user/view.html.erb
diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb
index 41d7b0064..6bb64504d 100644
--- a/app/views/user/view.html.erb
+++ b/app/views/user/view.html.erb
@@ -81,9 +81,7 @@
<%= link_to t('user.view.add as friend'), make_friend_path(:display_name => @this_user.display_name) %>
<% end %>
-
- <%= link_to t('user.view.report'), new_issue_url(reportable_id: @this_user.id, reportable_type: @this_user.class.name, reported_user_id: @this_user.id) %>
-
+
<% if @this_user.blocks.exists? %>
<%= link_to t('user.view.block_history'), :controller => 'user_blocks', :action => 'blocks_on', :display_name => @this_user.display_name %>
@@ -156,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, reported_user_id: @this_user.id,referer: request.fullpath), :title => t('user.view.report') do%>
+ ⚐
+ <% end %>
+
+ <% end %>
+
<%= @this_user.description.to_html %>