Commit 1e245e84 authored by Yogi's avatar Yogi Committed by Jose Ivan Vargas

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

parent 95638a05
......@@ -40,6 +40,6 @@
.form-group.gl-select2-html5-required-fix
= 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]}
= 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'
---
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