Sha256: fdb175948735f167b8ca8e3324ec1ff517d51aa6492ca04961bdc47abcece0c9

Contents?: true

Size: 393 Bytes

Versions: 9

Compression:

Stored size: 393 Bytes

Contents

  <% @page_heading = "Comments for #{ link_to h(@article.title), :controller => 'content', :action => 'show', :id => @article }" %>

  <% content_for('tasks') do %>
    <%= task_show 'Show this comment', @comment.id %>
  <% end %> 

  <p>Are you sure you want to delete this item?</p>
  <%= start_form_tag %>
  <%= hidden_field "comment", "id" %>
  <%= confirm_delete %>
  <%= end_form_tag %>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
typo-3.99.0 app/views/admin/comments/destroy.rhtml
typo-3.99.2 app/views/admin/comments/destroy.rhtml
typo-3.99.1 app/views/admin/comments/destroy.rhtml
typo-3.99.3 app/views/admin/comments/destroy.rhtml
typo-4.0.1 app/views/admin/comments/destroy.rhtml
typo-4.0.2 app/views/admin/comments/destroy.rhtml
typo-4.0.0 app/views/admin/comments/destroy.rhtml
typo-3.99.4 app/views/admin/comments/destroy.rhtml
typo-4.0.3 app/views/admin/comments/destroy.rhtml