rosa-build/app/views/advisories/_form.html.haml

12 lines
396 B
Plaintext
Raw Normal View History

2012-05-04 18:12:51 +01:00
%h3= t("layout.advisories.form_header")
2014-11-06 18:19:57 +00:00
.form-group
2012-05-04 18:12:51 +01:00
= f.label :description, t("activerecord.attributes.advisory.description")
2014-11-06 18:19:57 +00:00
= f.text_area :description, class: 'form-control', cols: 80
2012-05-04 18:12:51 +01:00
2014-11-06 18:19:57 +00:00
.form-group
2012-05-04 18:12:51 +01:00
= f.label :references, t("activerecord.attributes.advisory.references")
2014-11-06 18:19:57 +00:00
%p.help-block
2012-05-04 18:12:51 +01:00
= t("layout.advisories.ref_comment")
2014-11-06 18:19:57 +00:00
= f.text_area :references, class: 'form-control', cols: 80