We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38825f commit cb3ae58Copy full SHA for cb3ae58
1 file changed
app/views/tags/nuke_warning.html.erb
@@ -7,7 +7,9 @@
7
<h1>Delete tag <%= @tag.name %></h1>
8
9
<% if @tag.children.any? %>
10
-<p><strong>Tags with children cannot be deleted. Please reparent the children first.</strong></p>
+<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>
13
<% else %>
14
15
<div class="notice is-danger has-color-red-900">
0 commit comments