Sha256: 8353e8c13e30e502e1db7f74a6ca14ce477431253730d2a84d7e7fb4394e6e72

Contents?: true

Size: 375 Bytes

Versions: 4

Compression:

Stored size: 375 Bytes

Contents

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

  <% content_for('tasks') do %>
    <%= task_overview %>
  <% end %>

  <p><%= _("Are you sure you want to delete this item?")%></p>
  <% form_tag do %>
  <%= hidden_field "comment", "id" %>
  <%= confirm_delete %>
  <% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
typo-5.1.2 app/views/admin/comments/destroy.html.erb
typo-5.1.1 app/views/admin/comments/destroy.html.erb
typo-5.1.3 app/views/admin/comments/destroy.html.erb
typo-5.1 app/views/admin/comments/destroy.html.erb