If you change the label of the element it will effect the error message label. So if you change it to a blank string it will render just the message:
-# reviews/_form.html.haml
= form_for review do |form|
= form.label :rating, (review.errors[:rating] ? "" : "Rate this Item" )