7 lines
287 B
Text
7 lines
287 B
Text
%button.choose-btn.btn.btn-sm.js-choose-group-avatar-button{ type: 'button' }
|
|
%i.fa.fa-paperclip
|
|
%span Choose File ...
|
|
|
|
%span.file_name.js-avatar-filename File name...
|
|
= f.file_field :avatar, class: 'js-group-avatar-input hidden'
|
|
.light The maximum file size allowed is 200KB.
|