summaryrefslogtreecommitdiff
path: root/app/views/shared/_choose_avatar_button.html.haml
blob: 0d46d0471343e41285481865e9e11b8961dfd22b (plain)
1
2
3
4
%button.btn.js-choose-avatar-button{ type: 'button' }= _("Choose fileā€¦")
%span.file_name.js-avatar-filename= _("No file chosen")
= f.file_field :avatar, class: "js-avatar-input hidden"
.form-text.text-muted= _("The maximum file size allowed is 200KB.")