summaryrefslogtreecommitdiff
path: root/app/views/profiles/show.html.haml
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-02 13:32:27 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-02 13:32:27 +0200
commit66a91c4fabe2b777d0e63329c466614ed76c6b83 (patch)
treee09d9348c846aa42d14c0c4a70e1c64c5316b77d /app/views/profiles/show.html.haml
parent34245ceb9962050bd8a953b4ea79e8e990558ab4 (diff)
downloadgitlab-ce-66a91c4fabe2b777d0e63329c466614ed76c6b83.tar.gz
Style deploy keys form
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/profiles/show.html.haml')
-rw-r--r--app/views/profiles/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/show.html.haml b/app/views/profiles/show.html.haml
index 73d90fe9f45..6ae1032aebf 100644
--- a/app/views/profiles/show.html.haml
+++ b/app/views/profiles/show.html.haml
@@ -73,7 +73,7 @@
%span Choose File ...
&nbsp;
%span.file_name.js-avatar-filename File name...
- = f.file_field :avatar, class: "js-user-avatar-input hide"
+ = f.file_field :avatar, class: "js-user-avatar-input hidden"
.light The maximum file size allowed is 100KB.
- if @user.avatar?
%hr