Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_choose_group_avatar_button.html.haml « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 000532b1c9a8f8ae71a271345c35eb28bd36f34b (plain)
1
2
3
4
5
6
7
%a.choose-btn.btn.btn-sm.js-choose-group-avatar-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.