show error messages for user feedback creation
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
<div id="preview">
|
||||
</div>
|
||||
|
||||
<%= error_messages_for "user_feedback" %>
|
||||
|
||||
<%= simple_form_for(@user_feedback) do |f| %>
|
||||
<%= f.input :user_name, :label => "User" %>
|
||||
<%= f.input :category, :collection => ["positive", "neutral", "negative"], :include_blank => false %>
|
||||
|
||||
Reference in New Issue
Block a user