mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02:00
17 lines
280 B
Plaintext
17 lines
280 B
Plaintext
.container.group-form
|
|
|
|
%p
|
|
WORK IN PROGRESS
|
|
|
|
= simple_form_for(@user_group) do |f|
|
|
= f.error_notification
|
|
|
|
.form-inputs
|
|
= f.input :name
|
|
= f.input :createdAt
|
|
= f.input :visibility
|
|
= f.input :account_id
|
|
|
|
.form-actions
|
|
= f.button :submit
|