Commit 6fa1eda3 authored by Miguel Rincon's avatar Miguel Rincon

Merge branch 'btn-confirm-users' into 'master'

Move from btn-success to btn-confirm in users directory

See merge request gitlab-org/gitlab!56945
parents 1bc23c39 2ac71699
...@@ -6,11 +6,11 @@ ...@@ -6,11 +6,11 @@
.card-footer.footer-block.clearfix .card-footer.footer-block.clearfix
- if can?(current_user, :accept_terms, @term) - if can?(current_user, :accept_terms, @term)
.float-right .float-right
= button_to accept_term_path(@term, redirect_params), class: 'gl-button btn btn-success gl-ml-3', data: { qa_selector: 'accept_terms_button' } do = button_to accept_term_path(@term, redirect_params), class: 'gl-button btn btn-confirm gl-ml-3', data: { qa_selector: 'accept_terms_button' } do
= _('Accept terms') = _('Accept terms')
- else - else
.float-right .float-right
= link_to root_path, class: 'gl-button btn btn-success gl-ml-3' do = link_to root_path, class: 'gl-button btn btn-confirm gl-ml-3' do
= _('Continue') = _('Continue')
- if can?(current_user, :decline_terms, @term) - if can?(current_user, :decline_terms, @term)
.float-right .float-right
......
---
title: Move from btn-success to btn-confirm in users directory
merge_request: 56945
author: Yogi (@yo)
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