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

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


> +	<%= text_field_tag :search_by_user, params[:search_by_user], placeholder: "Reported User" %>
> +	<%= select :last_reported_by, nil, @users.all.collect  {|f| [f.display_name, f.id]} << ['Not updated',"nil"], {:include_blank => "Select last updated by"}, data: { behavior: 'category_dropdown' } %>
> +	<%= submit_tag "Search" %>
> +<% end %>
> +<br/>
> +<br/>
> +
> +<table>
> +	<thead>
> +		<tr>
> +			<tr>
> +				<td style="width:40px;"><b> <%= sortable("status") %></b></td>
> +				<td style="width:160px;"><b> <%= sortable("report_count", "Number of Reports") %></b></td>
> +				<td style="width:141px;"><b> <%= sortable("updated_at","Last updated at") %></b></td>
> +				<td style="width:140px;"><b> <%= sortable("updated_by","Last updated by") %></b></td>
> +				<td style="width:203px;"><b> Link to reports </b></td>

Non-translated strings here and generally in this file.

-- 
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#r74745306
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20160815/29c220b6/attachment-0001.html>


More information about the rails-dev mailing list