Sha256: e2b568aedb8360dbba96b46658bf9fc631e9795128214b5e84c3c14eb4de17eb

Contents?: true

Size: 397 Bytes

Versions: 9

Compression:

Stored size: 397 Bytes

Contents

  <% @page_heading = 'Articles' %>

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

  <p>Are you sure you want to delete this article ( <%=h @article.title -%> )?</p>
  <%= start_form_tag :controller => 'content', :action => 'destroy' %>
  <%= hidden_field "article", "id" %>
  <%= confirm_delete("Delete this article") %>
  <%= end_form_tag %>

Version data entries

9 entries across 9 versions & 1 rubygems

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