Commit bf6f667c authored by George Tsiolis's avatar George Tsiolis

Update feature flags empty state

- Align buttons in the center
- Remove double top border
parent 29dbcccb
.border-top .row.empty-state
.row.empty-state
.col-12 .col-12
.svg-content .svg-content
= image_tag 'illustrations/feature_flag.svg' = image_tag 'illustrations/feature_flag.svg'
...@@ -10,6 +9,6 @@ ...@@ -10,6 +9,6 @@
%p %p
= s_('FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality.') = s_('FeatureFlags|Feature flags allow you to configure your code into different flavors by dynamically toggling certain functionality.')
= link_to 'More information', help_page_path("user/project/operations/feature_flags") = link_to 'More information', help_page_path("user/project/operations/feature_flags")
.text-center
= render 'new_feature_flag_button' = render 'new_feature_flag_button'
= render 'configure_feature_flags_button' = render 'configure_feature_flags_button'
---
title: Update feature flags empty state
merge_request: 7967
author: George Tsiolis
type: other
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment