Skip to content

Commit cb3ae58

Browse files
committed
better styling for warning
1 parent b38825f commit cb3ae58

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

app/views/tags/nuke_warning.html.erb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
<h1>Delete tag <%= @tag.name %></h1>
88

99
<% if @tag.children.any? %>
10-
<p><strong>Tags with children cannot be deleted. Please reparent the children first.</strong></p>
10+
<div class="notice is-warning has-color-yellow-900">
11+
<p>Tags with children cannot be deleted. Please reparent the children first.</p>
12+
</div>
1113
<% else %>
1214

1315
<div class="notice is-danger has-color-red-900">

0 commit comments

Comments
 (0)