From 405f6a1f913de70ed910a42312c740f980e5d1df Mon Sep 17 00:00:00 2001 From: Jamie Gaskins Date: Fri, 22 Oct 2021 13:09:06 -0400 Subject: [PATCH] Fix "Unpublish Article" button (#15162) The malformed link ended up messing up HTML further down the page, hiding the "Unpublish Article" button because the browser didn't parse it as a separate element. --- app/views/moderations/actions_panel.html.erb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/moderations/actions_panel.html.erb b/app/views/moderations/actions_panel.html.erb index 79e4b1fe1..00126ad2e 100644 --- a/app/views/moderations/actions_panel.html.erb +++ b/app/views/moderations/actions_panel.html.erb @@ -153,8 +153,10 @@ <%= inline_svg_tag("checkmark.svg", aria: true, class: "crayons-icon", title: t("views.moderations.actions.checkmark")) %> <% end %> - > + + + <%= t("views.moderations.actions.how") %> +