Sha256: 2d57452b56464d9298e047b12a5dc3ee96b6a81ae6af839484901a9ea131aeb5

Contents?: true

Size: 415 Bytes

Versions: 7

Compression:

Stored size: 415 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>
  <% form_tag :controller => '/admin/content', :action => 'destroy' do %>
  <%= hidden_field_tag "id", @article.id %>
  <%= confirm_delete(_("Delete this article")) %>
  <% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

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