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')
|
2011-05-11 15:14:39 +02:00
|
|
|
|
|
|
|
= 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'
|