summaryrefslogtreecommitdiff
path: root/app/views/profiles/accounts
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-31 00:38:53 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-31 00:38:53 +0200
commit6cbadc953f172bf331c059b05c71ca85736d3030 (patch)
tree34bac8bc9b36625c5cad5c975739571ac7911d08 /app/views/profiles/accounts
parent5c3e0f61d731c97d9c08eaaf8b5b57b66e26c4e5 (diff)
downloadgitlab-ce-6cbadc953f172bf331c059b05c71ca85736d3030.tar.gz
css class .hide has \!important so use gl-hide instead
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/profiles/accounts')
-rw-r--r--app/views/profiles/accounts/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/profiles/accounts/show.html.haml b/app/views/profiles/accounts/show.html.haml
index 0b1ccee9c39..36cb8b66c1f 100644
--- a/app/views/profiles/accounts/show.html.haml
+++ b/app/views/profiles/accounts/show.html.haml
@@ -49,7 +49,7 @@
%div
= f.text_field :username, required: true, class: 'input-xlarge input-xpadding'
&nbsp;
- %span.loading-gif.hide= image_tag "ajax_loader.gif"
+ %span.loading-gif.gl-hide= image_tag "ajax_loader.gif"
%p.light
= user_url(@user)
%div