Commit 0a57a7c5 authored by Yogi's avatar Yogi Committed by Kushal Pandya

Move to btn-confirm from btn-success in admin/broadcast_messages directory

parent d6b39535
......@@ -77,6 +77,6 @@
= f.datetime_select :ends_at, {}, class: 'form-control form-control-inline'
.form-actions
- if @broadcast_message.persisted?
= f.submit "Update broadcast message", class: "btn gl-button btn-success"
= f.submit "Update broadcast message", class: "btn gl-button btn-confirm"
- else
= f.submit "Add broadcast message", class: "btn gl-button btn-success"
= f.submit "Add broadcast message", class: "btn gl-button btn-confirm"
---
title: Move to btn-confirm from btn-success in admin/broadcast_messages directory
merge_request: 55266
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