[openstreetmap/openstreetmap-website] Allow reporting of abusive users to moderators or admins (#1268)
Ilya Zverev
notifications at github.com
Mon Aug 15 10:48:02 UTC 2016
> +
> +<%= form_for(@issue) do |f| %>
> + <%= f.error_messages %>
> + <fieldset>
> + <div class='form-row'>
> + <%= f.hidden_field :reportable_id %>
> + <%= f.hidden_field :reportable_type %>
> + <%= f.hidden_field :reported_user_id %>
> + </div>
> +
> + <div class='form-row' style='width:600px'>
> + <p><%= t('issues.new.select') %>:</p>
> +
> + <div class="new-report-form">
> + <% @report_strings_yaml.each do |k,v| %>
> + <div style="padding-left:5px">
These pixels should go into css, replaced here by proper class names.
--
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#r74745920
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20160815/36b11c84/attachment.html>
More information about the rails-dev
mailing list