|
|
|
@ -14,9 +14,10 @@
|
|
|
|
|
= render 'application/card', account: @account
|
|
|
|
|
|
|
|
|
|
.fields-row__column.fields-group.fields-row__column-6
|
|
|
|
|
= f.input :header, wrapper: :with_label, input_html: { accept: AccountHeader::IMAGE_MIME_TYPES.join(',') }, hint: t('simple_form.hints.defaults.header', dimensions: '1500x500', size: number_to_human_size(AccountHeader::LIMIT))
|
|
|
|
|
|
|
|
|
|
= f.input :avatar, wrapper: :with_label, input_html: { accept: AccountAvatar::IMAGE_MIME_TYPES.join(',') }, hint: t('simple_form.hints.defaults.avatar', dimensions: '400x400', size: number_to_human_size(AccountAvatar::LIMIT))
|
|
|
|
|
|
|
|
|
|
= f.input :header, wrapper: :with_label, input_html: { accept: AccountHeader::IMAGE_MIME_TYPES.join(',') }, hint: t('simple_form.hints.defaults.header', dimensions: '1500x500', size: number_to_human_size(AccountHeader::LIMIT))
|
|
|
|
|
|
|
|
|
|
%hr.spacer/
|
|
|
|
|
|
|
|
|
|