X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e31376e28da8f656e33508cc899da465b63673c5..c71fd544e0b33246dfcc677ec830efc2031d419e:/app/views/user/view.html.erb diff --git a/app/views/user/view.html.erb b/app/views/user/view.html.erb index 777f16389..b81d980a5 100644 --- a/app/views/user/view.html.erb +++ b/app/views/user/view.html.erb @@ -102,6 +102,11 @@ <% end %> + <% if current_user and @this_user.id != current_user.id %> +
  • + <%= report_link(t(".report"), @this_user) %> +
  • + <% end %> <% end %> @@ -154,14 +159,6 @@

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