Fix tag mismatch (#308)
This commit is contained in:
parent
78d9aefafc
commit
2f495c9be0
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue