debian-mirror-gitlab/app/views/shared/_choose_group_avatar_button.html.haml
2018-03-17 18:26:18 +05:30

5 lines
258 B
Text

%button.btn.js-choose-group-avatar-button{ type: 'button' }= _("Choose File ...")
%span.file_name.js-avatar-filename= _("No file chosen")
= f.file_field :avatar, class: "js-group-avatar-input hidden"
.help-block= _("The maximum file size allowed is 200KB.")