Commit f04f6dac authored by Paul Slaughter's avatar Paul Slaughter

Merge branch '210281-label-for-pipeline-schedule-active' into 'master'

Make text "Active" be a label for "Active schedule" checkbox

See merge request gitlab-org/gitlab!27054
parents c34113e5 d2a67eeb
......@@ -37,7 +37,7 @@
= f.label :active, s_('PipelineSchedules|Activated'), class: 'label-bold'
%div
= f.check_box :active, required: false, value: @schedule.active?
= _('Active')
= f.label :active, _('Active'), class: 'gl-font-weight-normal'
.footer-block.row-content-block
= f.submit _('Save pipeline schedule'), class: 'btn btn-success', tabindex: 3
= link_to _('Cancel'), pipeline_schedules_path(@project), class: 'btn btn-cancel'
---
title: Fix 'Active' checkbox text in Pipeline Schedule form to be a label
merge_request: 27054
author: Jonston Chan
type: fixed
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