Commit 0fff6307 authored by Jose Ivan Vargas's avatar Jose Ivan Vargas

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

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

See merge request gitlab-org/gitlab!57960
parents b97b3c6c 1e245e84
...@@ -40,6 +40,6 @@ ...@@ -40,6 +40,6 @@
.form-group.gl-select2-html5-required-fix .form-group.gl-select2-html5-required-fix
= label_tag :country, _('Country'), class: 'col-form-label' = label_tag :country, _('Country'), class: 'col-form-label'
= select_tag :country, options_for_select([[_('Please select a country'), '']]), class: 'select2 gl-transparent-pixel', required: true, id: 'country_select', data: { countries_end_point: countries_path, selected_option: params[:country]} = select_tag :country, options_for_select([[_('Please select a country'), '']]), class: 'select2 gl-transparent-pixel', required: true, id: 'country_select', data: { countries_end_point: countries_path, selected_option: params[:country]}
= submit_tag _('Continue'), class: 'btn gl-button btn-success btn-block' = submit_tag _('Continue'), class: 'btn gl-button btn-confirm btn-block'
= render 'skip_trial' = render 'skip_trial'
---
title: Move to btn-confirm from btn-success in trials directory
merge_request: 57960
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