summaryrefslogtreecommitdiff
path: root/app/views/admin/broadcast_messages
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-09-22 06:10:13 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-09-22 06:10:13 +0000
commitc8eee7e7e81f1d5ddaf0802140c1ca49587bd735 (patch)
tree12fcf212745e403817926a4241d65e94b7d21699 /app/views/admin/broadcast_messages
parent56fcf956a07c65a5bf40d2d046fa1df5117dc5a6 (diff)
downloadgitlab-ce-c8eee7e7e81f1d5ddaf0802140c1ca49587bd735.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/views/admin/broadcast_messages')
-rw-r--r--app/views/admin/broadcast_messages/_form.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/broadcast_messages/_form.html.haml b/app/views/admin/broadcast_messages/_form.html.haml
index 8a937bd66cf..67b13da2180 100644
--- a/app/views/admin/broadcast_messages/_form.html.haml
+++ b/app/views/admin/broadcast_messages/_form.html.haml
@@ -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 btn-success"
+ = f.submit "Update broadcast message", class: "btn gl-button btn-success"
- else
- = f.submit "Add broadcast message", class: "btn btn-success"
+ = f.submit "Add broadcast message", class: "btn gl-button btn-success"