summaryrefslogtreecommitdiff
path: root/app/views/admin/features/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/features/show.html.haml')
-rw-r--r--app/views/admin/features/show.html.haml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/views/admin/features/show.html.haml b/app/views/admin/features/show.html.haml
new file mode 100644
index 00000000000..9fb6662b89d
--- /dev/null
+++ b/app/views/admin/features/show.html.haml
@@ -0,0 +1,11 @@
+- @no_container = true
+- page_title "Features"
+
+%div{ class: container_class }
+ %h3.page-title Features
+ %p.light GitLab uses the #{link_to "flipper", "https://featureflipper.com/"} library for feature flipping.
+
+ %hr
+
+ .panel.panel-default
+ %iframe{ src: flipper_path, width: '100%', height: 970, style: "border: 0" }