summaryrefslogtreecommitdiff
path: root/app/views/projects/feature_flags_user_lists/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/feature_flags_user_lists/show.html.haml')
-rw-r--r--app/views/projects/feature_flags_user_lists/show.html.haml7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/views/projects/feature_flags_user_lists/show.html.haml b/app/views/projects/feature_flags_user_lists/show.html.haml
new file mode 100644
index 00000000000..add256f0190
--- /dev/null
+++ b/app/views/projects/feature_flags_user_lists/show.html.haml
@@ -0,0 +1,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') } }