Commit e5859953 authored by Thomas Randolph's avatar Thomas Randolph Committed by Phil Hughes

Set feature flag `global_default_branch_name` to default to true

parent 4a513828
......@@ -2,7 +2,7 @@
- page_title _("Repository")
- @content_class = "limit-container-width" unless fluid_layout
- if Feature.enabled?(:global_default_branch_name)
- if Feature.enabled?(:global_default_branch_name, default_enabled: true)
%section.settings.as-default-branch-name.no-animate#js-default-branch-name{ class: ('expanded' if expanded_by_default?) }
.settings-header
%h4
......
---
title: Default the feature flag to true to always show the default initial branch
name setting
merge_request: 36889
author:
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment