diff --git a/app/views/abuse_reports/new.html.haml b/app/views/abuse_reports/new.html.haml index a3b34345a3cd59aaffe49f7c20504b781eb54b34..cffd7684008cfcd11050d0c6440cd4af148c19f9 100644 --- a/app/views/abuse_reports/new.html.haml +++ b/app/views/abuse_reports/new.html.haml @@ -1,6 +1,6 @@ - page_title "Report abuse" %h3.page-title Report abuse -%p Please use this form to report users who create spam issues or comments or who otherwise behave inappropriately. +%p Please use this form to report users who create spam issues, comments or behave inappropriately. %hr = form_for @abuse_report, html: { class: 'form-horizontal'} do |f| = f.hidden_field :user_id