Commit a87753ff authored by Phil Hughes's avatar Phil Hughes

Merge branch '260434-misaligned-buttons-on-improve-issue-boards-column' into 'master'

CSS fix for upgrade button

See merge request gitlab-org/gitlab!44333
parents 0ef3cf20 d9934b65
......@@ -20,6 +20,6 @@
- if License.current&.expired?
= link_to (!short_form ? s_('Promotions|Buy GitLab Enterprise Edition') : s_('Promotions|Buy EE')), ::EE::SUBSCRIPTIONS_PLANS_URL, class: 'btn btn-primary'
- else
= link_to s_('Promotions|Start GitLab Ultimate trial'), new_trial_url, class: 'btn btn-primary'
= link_to s_('Promotions|Start GitLab Ultimate trial'), new_trial_url, class: 'btn btn-primary btn-block'
- else
%p= s_('Promotions|Contact your Administrator to upgrade your license.')
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