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

20 lines
450 B
Plaintext
Raw Normal View History

- act = controller.action_name.to_sym
- if [:new, :create].include? act
.leftlist
2012-03-02 10:39:48 +00:00
= f.label :uname, t("activerecord.attributes.group.uname"), :class => :label
.rightlist.nomargin
2012-03-02 10:39:48 +00:00
= f.text_field :uname
.both
%br
.leftlist
= f.label :description, t("activerecord.attributes.group.description"), :class => :label
.rightlist.nomargin
= f.text_area :description
.both
%br
.leftlist
\ 
.rightlist
= submit_tag t("layout.save")
.both