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

11 lines
429 B
Plaintext
Raw Normal View History

.group
= f.label :body, t("activerecord.attributes.comment.body"), :class => :label
= f.text_area :body, :class => 'text_field', :cols => 80
.group.navform.wat-cf
%button.button{:type => "submit"}
= image_tag("web-app-theme/icons/tick.png", :alt => t("layout.save"))
= t("layout.save")
%span.text_button_padding= t("layout.or")
2012-01-12 14:48:08 +00:00
= link_to t("layout.cancel"), :back , :class => "text_button_padding link_button"