Sha256: e718bae9d6f9aa7061c974fba4883931043f423d1ecd18149bcbaba30d958d25

Contents?: true

Size: 407 Bytes

Versions: 7

Compression:

Stored size: 407 Bytes

Contents

  <% @page_heading = _("Comments for") + " #{ link_to h(@article.title), :controller => '/admin/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>
  <% form_tag do %>
  <%= hidden_field "comment", "id" %>
  <%= confirm_delete %>
  <% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
typo-4.1.1 app/views/admin/comments/destroy.rhtml
typo-4.1 app/views/admin/comments/destroy.rhtml
typo-5.0.2 app/views/admin/comments/destroy.html.erb
typo-5.0.1 app/views/admin/comments/destroy.html.erb
typo-5.0.3.98.1 app/views/admin/comments/destroy.html.erb
typo-5.0 app/views/admin/comments/destroy.html.erb
typo-5.0.3.98 app/views/admin/comments/destroy.html.erb