summaryrefslogtreecommitdiff
path: root/app/views/shared/_choose_group_avatar_button.html.haml
blob: 94295970acf67ee2cd2cb810a42db71b4acef2ee (plain)
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.