otwa-aggie/app/views/comments/_confirm_delete.html.erb
2026-08-13 00:44:25 -04:00

5 lines
No EOL
248 B
Text

<h3 class="heading"><%= ts("Are you sure you want to delete this comment?") %></h3>
<ul class="actions" role="menu">
<li><%= link_to ts('Yes, delete!'), comment, :method => :delete %></li>
<li><%= cancel_delete_comment_link(comment) %></li>
</ul>