summaryrefslogtreecommitdiff
path: root/app/views/projects/feature_flags
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-05-09 21:07:53 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-05-09 21:07:53 +0000
commitb558e1ad8f1d2d52e0c88ad712cd3d567cf52e10 (patch)
tree5fc6b81818c0af3aefd85816aa3026b26515615e /app/views/projects/feature_flags
parentb031a57ae71b1fc61782b891d2a31852ab87e7f3 (diff)
downloadgitlab-ce-b558e1ad8f1d2d52e0c88ad712cd3d567cf52e10.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/projects/feature_flags')
-rw-r--r--app/views/projects/feature_flags/edit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/feature_flags/edit.html.haml b/app/views/projects/feature_flags/edit.html.haml
index ac8c0575077..121dcd31a13 100644
--- a/app/views/projects/feature_flags/edit.html.haml
+++ b/app/views/projects/feature_flags/edit.html.haml
@@ -2,6 +2,6 @@
- add_to_breadcrumbs s_('FeatureFlags|Feature Flags'), project_feature_flags_path(@project)
- breadcrumb_title @feature_flag.name
-- page_title s_('FeatureFlags|Edit Feature Flag')
+- page_title s_('FeatureFlags|Edit Feature Flag'), @feature_flag.name
#js-edit-feature-flag{ data: edit_feature_flag_data }