summaryrefslogtreecommitdiff
path: root/app/views/projects/feature_flags_user_lists/show.html.haml
blob: add256f019032246474d5d112624ae1ab5fd6b76 (plain)
1
2
3
4
5
6
7
- add_to_breadcrumbs s_('FeatureFlags|Feature Flags'), project_feature_flags_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') } }