Commit a86470a3 authored by Enrique Alcántara's avatar Enrique Alcántara

Merge branch '22868-fix-remove-button-alignment' into 'master'

Fix broadcast messages button alignment

See merge request gitlab-org/gitlab!32801
parents f236ed9a 5e0a6d9c
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
%br.clearfix %br.clearfix
- if @broadcast_messages.any? - if @broadcast_messages.any?
%table.table %table.table.table-responsive
%thead %thead
%tr %tr
%th Status %th Status
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
= message.target_path = message.target_path
%td %td
= message.broadcast_type.capitalize = message.broadcast_type.capitalize
%td %td.gl-white-space-nowrap
= link_to sprite_icon('pencil-square'), edit_admin_broadcast_message_path(message), title: 'Edit', class: 'btn' = 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' = link_to sprite_icon('remove'), admin_broadcast_message_path(message), method: :delete, remote: true, title: 'Remove', class: 'js-remove-tr btn btn-danger'
......
---
title: Fix "Broadcast Messages" table overflow and button alignment
merge_request: 32801
author:
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