[openstreetmap/openstreetmap-website] Allow reporting of abusive users to moderators or admins (#1268)
Ilya Zverev
notifications at github.com
Mon Aug 15 10:40:02 UTC 2016
> + </div>
> + <span class="deemphasize">
> + On <%= l comment.created_at.to_datetime, :format => :friendly %> </span>
> + <hr>
> +<% end %>
> +</div>
> +<br/>
> +<div class="comment">
> + <%= form_for :issue_comment, :url => { :action => 'comment', :id => @issue.id, :user_id => @user.id } do |f| %>
> + <%= richtext_area :issue_comment, :body, :cols => 10, :rows => 8, :required => true %>
> + <%= label_tag t('issues.show.comments.reassign_param') %> <%= check_box_tag :reassign, true %>
> + <br/>
> + <br/>
> + <%= submit_tag 'Submit' %>
> + <% end %>
> +</div>
Missing newline.
--
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#r74745160
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20160815/58807765/attachment.html>
More information about the rails-dev
mailing list