[openstreetmap/openstreetmap-website] Allow reporting of abusive users to moderators or admins (#1268)

Ilya Zverev notifications at github.com
Mon Aug 15 10:33:57 UTC 2016


> @@ -3,12 +3,20 @@
>  <h2>
>    <a class="geolink" href="<%= root_path %>"><span class="icon close"></span></a>
>    <%= t('browse.changeset.title', :id => @changeset.id) %>
> +  <% if @user and @user.id != @changeset.user.id %>
> +    <%= link_to new_issue_url(reportable_id: @changeset.id, reportable_type: @changeset.class.name, reported_user_id: @changeset.user.id,referer: request.fullpath), :title => t('browse.changeset.report') do %>

Missing space. Also, could you add newlines, so the line is not that long?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/1268/files/ea2d71f25bdf7fbf4cd3e389c27be4af574d6ed3#r74744563
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20160815/c7ee0737/attachment.html>


More information about the rails-dev mailing list