5 lines
No EOL
248 B
Text
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> |