Skip to content

Fix billing card title colors

Clement Ho requested to merge fix-billing-colors into master

What does this MR do?

Fix billing card title colors

Are there points in the code the reviewer needs to double check?

None

Steps to verify fix

diff --git a/ee/app/controllers/profiles/billings_controller.rb b/ee/app/controllers/profiles/billings_controller.rb
index 487f04e4454..fcc0ede2ce9 100644
--- a/ee/app/controllers/profiles/billings_controller.rb
+++ b/ee/app/controllers/profiles/billings_controller.rb
@@ -1,5 +1,5 @@
 class Profiles::BillingsController < Profiles::ApplicationController
-  before_action :verify_namespace_plan_check_enabled
+  # before_action :verify_namespace_plan_check_enabled

   def index
     @plans_data = FetchSubscriptionPlansService

Go to http://localhost:3001/profile/billing

Why was this MR needed?

Screenshots (if relevant)

Before After
Screen_Shot_2018-07-17_at_1.36.14_PM Screen_Shot_2018-07-17_at_1.35.40_PM

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes https://gitlab.com/gitlab-org/gitlab-ee/issues/6326

Merge request reports