foodsoft/app/views/feedback/new.html.haml

9 lines
260 B
Plaintext
Raw Normal View History

2013-02-09 07:01:44 +01:00
- title t('.title')
2012-11-10 17:05:43 +01:00
2013-02-09 07:01:44 +01:00
%p= t('.first_paragraph')
%p= t('.second_paragraph')
= form_tag feedback_path do
2012-11-10 17:05:43 +01:00
= text_area_tag :message, nil, class: 'input-xxlarge', rows: 10, required: 'required'
.form-actions
2013-02-09 07:01:44 +01:00
= submit_tag t('.send'), class: 'btn btn-primary'