X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6c64a74a46c3d75c6526958b9e0474684f49386e..788d9c1f53cdaec02cb9e92d5582f7532725d374:/app/views/user/view.html.erb diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index f39bafec7..5ff594dd1 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -81,7 +81,6 @@ <%= link_to t('user.view.add as friend'), make_friend_path(:display_name => @this_user.display_name) %> <% end %> - <% if @this_user.blocks.exists? %>
  • <%= link_to t('user.view.block_history'), :controller => 'user_blocks', :action => 'blocks_on', :display_name => @this_user.display_name %> @@ -154,6 +153,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 %>