diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-02 13:32:27 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-01-02 13:32:27 +0200 |
commit | 66a91c4fabe2b777d0e63329c466614ed76c6b83 (patch) | |
tree | e09d9348c846aa42d14c0c4a70e1c64c5316b77d /app/views/profiles/show.html.haml | |
parent | 34245ceb9962050bd8a953b4ea79e8e990558ab4 (diff) | |
download | gitlab-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.haml | 2 |
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 ... %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 |