From 2f495c9be0067c27d44885b80a6e538fa2676120 Mon Sep 17 00:00:00 2001 From: Hiroyuki Morita Date: Fri, 10 Aug 2018 02:21:34 +0900 Subject: [PATCH] Fix tag mismatch (#308) --- app/views/articles/delete_confirm.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/articles/delete_confirm.html.erb b/app/views/articles/delete_confirm.html.erb index ed8375e09..f8e79a2f8 100644 --- a/app/views/articles/delete_confirm.html.erb +++ b/app/views/articles/delete_confirm.html.erb @@ -3,7 +3,7 @@

<%= @article.title %>

-

Are you sure you want to delete this article?

+

Are you sure you want to delete this article?

You cannot undo this action, perhaps you just want to unpublish instead?

DELETE