Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-06-27 15:21:36 +0300
committerFilipa Lacerda <filipa@gitlab.com>2018-06-27 15:25:17 +0300
commit26dd4b3b49118735f148a48df26f336749858362 (patch)
treea26cec35b1fa3ace24ecb598bf44bc1bd639c4e1 /app/views/projects/_export.html.haml
parentcd29636808bb3d20584bca5f2edec8b267819250 (diff)
Adds an ID to the settings section to allow anchor linking
Diffstat (limited to 'app/views/projects/_export.html.haml')
-rw-r--r--app/views/projects/_export.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_export.html.haml b/app/views/projects/_export.html.haml
index 1e7d9444986..f4d4888bd15 100644
--- a/app/views/projects/_export.html.haml
+++ b/app/views/projects/_export.html.haml
@@ -3,7 +3,7 @@
- project = local_assigns.fetch(:project)
- expanded = Rails.env.test?
-%section.settings.no-animate{ class: ('expanded' if expanded) }
+%section.settings.no-animate#js-export-project{ class: ('expanded' if expanded) }
.settings-header
%h4
Export project