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

16 lines
431 B
Plaintext
Raw Normal View History

2012-05-04 18:12:51 +01:00
%h3= t("layout.advisories.form_header")
.leftlist
= f.label :description, t("activerecord.attributes.advisory.description")
.rightlist
= f.text_area :description, :class => 'text_field', :cols => 80
.both
.leftlist
= f.label :references, t("activerecord.attributes.advisory.references")
%span.hint
= t("layout.advisories.ref_comment")
.rightlist
= f.text_area :references, :class => 'text_field', :cols => 80
.both