Commit cc3855cb authored by Doug Stull's avatar Doug Stull

Update pipeline runner minute warning button

- CTA was not correct after gitlab ui change, so we'll use
  the primary button instead now.
parent f7ade70a
......@@ -4,7 +4,7 @@
%div{ class: [(classes if defined? classes)] }
.shared-runner-quota-message.gl-pt-5.gl-pb-3
.js-vue-alert{ 'v-cloak': true, data: { variant: notification.style,
secondary_button_text: _('Buy more Pipeline minutes'),
secondary_button_link: ::EE::SUBSCRIPTIONS_MORE_MINUTES_URL,
primary_button_text: _('Buy more Pipeline minutes'),
primary_button_link: ::EE::SUBSCRIPTIONS_MORE_MINUTES_URL,
dismissible: 'false' } }
= notification.text
---
title: Update pipeline minute warning button style
merge_request: 35675
author:
type: changed
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