提交 cd140f93 编写于 作者: A Annabel Dunstone Gray

Merge branch '39304-broadcast-message-buttons' into 'master'

Update broadcast message icons

Closes #39304

See merge request gitlab-org/gitlab-ce!28496
......@@ -32,7 +32,7 @@
%td
= message.ends_at
%td
= link_to icon('pencil-square-o'), edit_admin_broadcast_message_path(message), title: 'Edit', class: 'btn btn-sm'
= link_to icon('times'), admin_broadcast_message_path(message), method: :delete, remote: true, title: 'Remove', class: 'js-remove-tr btn btn-sm btn-danger'
= link_to sprite_icon('pencil-square'), edit_admin_broadcast_message_path(message), title: 'Edit', class: 'btn'
= link_to sprite_icon('remove'), admin_broadcast_message_path(message), method: :delete, remote: true, title: 'Remove', class: 'js-remove-tr btn btn-danger'
= paginate @broadcast_messages, theme: 'gitlab'
---
title: Update broadcast message action icons
merge_request: 28496
author: Jarek Ostrowski @jareko
type: fixed
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册