Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
9455ede4
Commit
9455ede4
authored
Jan 20, 2022
by
eugielimpin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix the markup for broadcast messages table
parent
138725b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
29 additions
and
29 deletions
+29
-29
app/views/admin/broadcast_messages/index.html.haml
app/views/admin/broadcast_messages/index.html.haml
+29
-29
No files found.
app/views/admin/broadcast_messages/index.html.haml
View file @
9455ede4
...
...
@@ -11,7 +11,8 @@
%br
.clearfix
-
if
@broadcast_messages
.
any?
%table
.table.table-responsive
.table-responsive
%table
.table.b-table.gl-table
%thead
%tr
%th
=
_
(
'Status'
)
...
...
@@ -36,8 +37,7 @@
=
message
.
target_path
%td
=
message
.
broadcast_type
.
capitalize
%td
.gl-white-space-nowrap.gl-display-flex
%td
.gl-white-space-nowrap
=
link_to
sprite_icon
(
'pencil-square'
,
css_class:
'gl-icon'
),
edit_admin_broadcast_message_path
(
message
),
title:
_
(
'Edit'
),
class:
'btn btn-icon gl-button'
=
link_to
sprite_icon
(
'remove'
,
css_class:
'gl-icon'
),
admin_broadcast_message_path
(
message
),
method: :delete
,
remote:
true
,
title:
_
(
'Remove'
),
class:
'js-remove-tr btn btn-icon gl-button btn-danger ml-2'
=
paginate
@broadcast_messages
,
theme:
'gitlab'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment