mastodon/app/views/user_groups/_form.html.haml
Baptiste Lemoine e2fca13650 replace input classes that are not input at all in haml views
Signed-off-by: Baptiste Lemoine <contact@cipherbliss.com>
2020-01-07 16:50:00 +01:00

17 lines
324 B
Plaintext

.container.group-form
%p
WORK IN PROGRESS
= simple_form_for(@user_group) do |f|
= f.error_notification
.form-inputs
= f.not-a-real-input :name
= f.not-a-real-input :createdAt
= f.not-a-real-input :visibility
= f.not-a-real-input :account_id
.form-actions
= f.button :submit