rosa-build/app/views/groups/profile/_form.html.slim

6 lines
214 B
Plaintext
Raw Normal View History

2014-11-06 22:24:33 +00:00
- act = controller.action_name.to_sym
- if [:new, :create].include? act
= f.input :uname
= f.input :description, as: :text
= render 'shared/avatar_form', subject: @group, f: f
= f.button :submit, t('layout.save')