From 1c70bd2549475ea3e8bc79bf871339266ddec984 Mon Sep 17 00:00:00 2001 From: Steven Thonus Date: Tue, 22 Oct 2013 20:15:01 +0200 Subject: [PATCH] set maximum filesize for avatar on profile page correct --- app/views/profiles/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml index 2dce690c8dd..d382d2d70c4 100644 --- a/app/views/profiles/show.html.haml +++ b/app/views/profiles/show.html.haml @@ -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" -- GitLab