Remove invite comments from UI (#12068)

Due to UX confusion and insufficient time to fix it
This commit is contained in:
Eugen Rochko
2019-10-03 22:37:13 +02:00
committed by GitHub
parent 3f91e8c3a5
commit 740c9cb3ee
5 changed files with 1 additions and 9 deletions

View File

@ -10,8 +10,5 @@
.fields-group
= f.input :autofollow, wrapper: :with_label
.fields-group
= f.input :comment, wrapper: :with_label, input_html: { maxlength: 420 }
.actions
= f.button :button, t('invites.generate'), type: :submit