Show More
Commit Description:
manage
Commit Description:
manage
File last commit:
Show/Diff file:
Action:
app/views/groups/_form.html.haml | 7 lines | 180 B | text/x-haml | HamlLexer |
.row
.col-md-6
= simple_form_for @group do |f|
= f.input :name
= f.input :description
= f.input :enabled
= f.button :submit, class: 'btn btn-primary'