6 lines
174 B
Text
6 lines
174 B
Text
|
= simple_form_for [:admin, @messagegroup] do |f|
|
||
|
= render 'shared/group_form_fields', :f => f
|
||
|
.form-actions
|
||
|
= f.button :submit
|
||
|
= link_to t('ui.or_cancel'), :back
|