summaryrefslogtreecommitdiff
path: root/app/views/projects/new.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/new.html.haml')
-rw-r--r--app/views/projects/new.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/new.html.haml b/app/views/projects/new.html.haml
index ee6c42b6ea8..2b3eb2b81b4 100644
--- a/app/views/projects/new.html.haml
+++ b/app/views/projects/new.html.haml
@@ -13,7 +13,7 @@
= link_to "#", class: 'js-toggle-visibility-link' do
%span Customize repository name?
- .control-group.js-toggle-visibility-container.hide
+ .control-group.js-toggle-visibility-container.gl-hide
= f.label :path do
%span Repository name
.controls
@@ -59,7 +59,7 @@
= link_to new_group_path, class: "btn btn-tiny" do
Create a group
-.save-project-loader.hide
+.save-project-loader.gl-hide
%center
= image_tag "ajax_loader.gif"
%h3 Creating project & repository.