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: 2c88f3da66bb281708255552a4b3c42e7e14711b (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') } }