summaryrefslogtreecommitdiff
path: root/app/views/groups/settings/repository/_initial_branch_name.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/groups/settings/repository/_initial_branch_name.html.haml')
-rw-r--r--app/views/groups/settings/repository/_initial_branch_name.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/groups/settings/repository/_initial_branch_name.html.haml b/app/views/groups/settings/repository/_initial_branch_name.html.haml
index 5299c38576d..15a3bacf12d 100644
--- a/app/views/groups/settings/repository/_initial_branch_name.html.haml
+++ b/app/views/groups/settings/repository/_initial_branch_name.html.haml
@@ -1,6 +1,6 @@
%section.settings.as-default-branch-name.no-animate#js-default-branch-name{ class: ('expanded' if expanded_by_default?) }
.settings-header
- %h4
+ %h4.settings-title.js-settings-toggle.js-settings-toggle-trigger-only
= _('Default initial branch name')
%button.gl-button.js-settings-toggle{ type: 'button' }
= expanded_by_default? ? _('Collapse') : _('Expand')