diff --git a/ee/app/views/layouts/header/_seat_count_alert.html.haml b/ee/app/views/layouts/header/_seat_count_alert.html.haml index 19a6d412beb34c47bb39bfa71ea6e48601c4d363..f193693be5c95ba5b4c5fe98df88f3d6717b930f 100644 --- a/ee/app/views/layouts/header/_seat_count_alert.html.haml +++ b/ee/app/views/layouts/header/_seat_count_alert.html.haml @@ -12,4 +12,4 @@ = _('Even if you reach the number of seats in your subscription, you can continue to add users, and GitLab will bill you for the overage.') = link_to _('Learn more.'), help_page_path('subscriptions/quarterly_reconciliation'), target: '_blank', rel: 'noopener noreferrer' = c.actions do - = link_to _('View seat usage'), usage_quotas_path(namespace, anchor: 'seats-quota-tab'), class: 'btn gl-alert-action btn-info btn-md gl-button' + = link_to _('View seat usage'), usage_quotas_path(namespace, anchor: 'seats-quota-tab'), class: 'btn gl-alert-action btn-confirm btn-md gl-button'