foodsoft/app/views/feedback/new.html.haml
2013-02-09 13:01:44 +07:00

9 lines
No EOL
260 B
Text

- title t('.title')
%p= t('.first_paragraph')
%p= t('.second_paragraph')
= form_tag feedback_path do
= text_area_tag :message, nil, class: 'input-xxlarge', rows: 10, required: 'required'
.form-actions
= submit_tag t('.send'), class: 'btn btn-primary'