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

index.html.haml « feature_flags_user_lists « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f0e3c36992a683c857003bc271a220e6efbcb123 (plain)
1
2
3
4
5
6
7
8
- add_to_breadcrumbs s_('FeatureFlags|Feature Flags'), project_feature_flags_path(@project)
- breadcrumb_title s_('FeatureFlags|User Lists')
- page_title s_('FeatureFlags|Feature Flag User Lists')

#js-user-lists{ data: { project_id: @project.id,
  feature_flags_help_page_path: help_page_path("operations/feature_flags"),
  new_user_list_path: can?(current_user, :create_feature_flag, @project) ? new_project_feature_flags_user_list_path(@project): nil,
  error_state_svg_path: image_path('illustrations/feature_flag.svg') } }