Commit 4f2426f5 authored by Jarek Ostrowski's avatar Jarek Ostrowski

Update broadcast message icons

Add icons from gitlab-svgs
Remove btn-sm class for better sizing

Add changelog

Update mr number changelog

Change to sprite_icon
parent ff61f92c
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment