From 26dd4b3b49118735f148a48df26f336749858362 Mon Sep 17 00:00:00 2001 From: Filipa Lacerda Date: Wed, 27 Jun 2018 13:21:36 +0100 Subject: Adds an ID to the settings section to allow anchor linking --- app/views/projects/_export.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/projects/_export.html.haml') 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 -- cgit v1.2.3