_choose_group_avatar_button.html.haml 287 Bytes EditWeb IDE 1 2 3 4 5 6 7 %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.