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

show.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: 5c4e93e7707473250a8642eb99b3c4f6c5bc1a6f (plain)
1
2
3
4
5
6
7
8
- add_to_breadcrumbs s_('FeatureFlags|Feature flags'), project_feature_flags_path(@project)
- add_to_breadcrumbs s_('FeatureFlags|User Lists'), project_feature_flags_user_lists_path(@project)
- breadcrumb_title s_('FeatureFlags|List details')
- page_title s_('FeatureFlags|Feature flag user list details')

#js-edit-user-list{ data: { project_id: @project.id,
  user_list_iid: @user_list.iid,
  empty_state_path: image_path('illustrations/feature_flag.svg') } }