2012-02-29 15:04:33 +00:00
|
|
|
.wrapper
|
|
|
|
= f.text_area :body, :cols => 80
|
|
|
|
.comment-right
|
|
|
|
= submit_tag t("layout.save")
|
|
|
|
-#.group
|
2011-12-27 13:18:25 +00:00
|
|
|
= f.label :body, t("activerecord.attributes.comment.body"), :class => :label
|
2011-12-19 15:30:14 +00:00
|
|
|
= f.text_area :body, :class => 'text_field', :cols => 80
|
|
|
|
|
2012-02-29 15:04:33 +00:00
|
|
|
-#.group.navform.wat-cf
|
2011-12-19 15:30:14 +00:00
|
|
|
%button.button{:type => "submit"}
|
2012-02-27 23:16:14 +00:00
|
|
|
= image_tag("choose.png", :alt => t("layout.save"))
|
2011-12-19 15:30:14 +00:00
|
|
|
= t("layout.save")
|
|
|
|
%span.text_button_padding= t("layout.or")
|
2012-01-17 18:33:42 +00:00
|
|
|
= link_to t("layout.cancel"), @commentable_path , :class => "text_button_padding link_button"
|