Commit 579dc9d2 authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Merge branch 'trial-button-confirm' into 'master'

Replace btn-primary with btn-confirm in Start your free trial button

See merge request gitlab-org/gitlab!53215
parents 233534df 5cd6f985
---
title: Replace btn-primary with btn-confirm in Start your free trial button
merge_request: 53215
author: Yogi (@yo)
type: changed
......@@ -30,4 +30,4 @@
- if namespace.eligible_for_trial?
- glm_content = namespace_for_user ? 'user-billing' : 'group-billing'
%p= link_to 'Start your free trial', new_trial_registration_path(glm_source: 'gitlab.com', glm_content: glm_content), class: 'btn btn-primary gl-button'
%p= link_to 'Start your free trial', new_trial_registration_path(glm_source: 'gitlab.com', glm_content: glm_content), class: 'btn btn-confirm gl-button'
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