Fix tag mismatch (#308)

This commit is contained in:
Hiroyuki Morita 2018-08-10 02:21:34 +09:00 committed by Ben Halpern
parent 78d9aefafc
commit 2f495c9be0

View file

@ -3,7 +3,7 @@
<div class="container delete-confirm">
<h4><%= @article.title %></h4>
<h1>Are you sure you want to delete this article?</h2>
<h1>Are you sure you want to delete this article?</h1>
<h2>You cannot undo this action, perhaps you just want to <a data-no-instant href="<%= @article.path %>/edit">unpublish</a> instead?</h2>
<h2><a class="delete-link" data-no-instant rel="nofollow" data-method="delete" href="/articles/<%= @article.id %>">DELETE</a></h2>