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

edit.html.haml « feature_flags « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ac8c0575077d47acfe4440402cbd92337eaff16a (plain)
1
2
3
4
5
6
7
- @gfm_form = true

- add_to_breadcrumbs s_('FeatureFlags|Feature Flags'), project_feature_flags_path(@project)
- breadcrumb_title @feature_flag.name
- page_title s_('FeatureFlags|Edit Feature Flag')

#js-edit-feature-flag{ data: edit_feature_flag_data }