summaryrefslogtreecommitdiff
path: root/app/views/projects/edit.html.haml
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/projects/edit.html.haml
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/projects/edit.html.haml')
-rw-r--r--app/views/projects/edit.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml
index 20656d297e5..458ec1f86d6 100644
--- a/app/views/projects/edit.html.haml
+++ b/app/views/projects/edit.html.haml
@@ -97,7 +97,7 @@
Show it to me
%i.icon-chevron-down
- .js-toggle-visibility-container.hide
+ .js-toggle-visibility-container.gl-hide
- if can? current_user, :archive_project, @project
.ui-box.ui-box-danger
.title
@@ -182,7 +182,7 @@
- else
%p.nothing_here_message Only project owner can remove a project
-.save-project-loader.hide
+.save-project-loader.gl-hide
%center
= image_tag "ajax_loader.gif"
%h3 Saving project.