otwarchive-symphonyarchive/app/views/comments/_confirm_delete.html.erb

5 lines
248 B
Text
Raw Permalink Normal View History

2026-03-11 22:22:11 +00:00
<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>