mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-16 16:16:43 +10:00
Merge pull request #5410 from Popl7/fix_max_size_shown_avatar_upload_profile
set maximum filesize for avatar on profile page correct
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
|
||||
%span.file_name.js-avatar-filename File name...
|
||||
= f.file_field :avatar, class: "js-user-avatar-input hide"
|
||||
%span.help-block The maximum file size allowed is 200KB.
|
||||
%span.help-block The maximum file size allowed is 100KB.
|
||||
|
||||
.form-actions
|
||||
= f.submit 'Save changes', class: "btn btn-save"
|
||||
|
||||
Reference in New Issue
Block a user