diff --git a/app/views/admin/pages/_form.html.erb b/app/views/admin/pages/_form.html.erb index e9ec798b9..b80f10bfa 100644 --- a/app/views/admin/pages/_form.html.erb +++ b/app/views/admin/pages/_form.html.erb @@ -48,7 +48,7 @@ "> <%= FeatureFlag.exist?(@page.feature_flag_name) ? "Present" : "Not Present" %> -
+
<% if FeatureFlag.exist?(@page.feature_flag_name) %> Access to this page is being guarded by the feature flag <%= @page.feature_flag_name %>. <%= link_to "Modify flag here", "/admin/feature_flags/features/#{@page.feature_flag_name}" %> @@ -56,7 +56,7 @@ Everyone has access. Optionally guard access to this page by creating feature <%= @page.feature_flag_name %> <%= link_to "here", "/admin/feature_flags/features" %> <% end %> -
+

<%= form.submit class: "btn btn-primary float-right" %>