Sha256: da784768aad907e5ce490c4255200c2b2d6d9d5911ae6ffcbd456d7a47b48b5d

Contents?: true

Size: 383 Bytes

Versions: 14

Compression:

Stored size: 383 Bytes

Contents

  <% @page_heading = _('Articles') %>

  <% content_for('tasks') do %>
    <%= task_overview %>
  <% 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

14 entries across 14 versions & 1 rubygems

Version Path
typo-5.5 app/views/admin/content/destroy.html.erb
typo-5.4.4 app/views/admin/content/destroy.html.erb
typo-5.4.3 app/views/admin/content/destroy.html.erb
typo-5.4.2 app/views/admin/content/destroy.html.erb
typo-5.4.1 app/views/admin/content/destroy.html.erb
typo-5.4 app/views/admin/content/destroy.html.erb
typo-5.1.2 app/views/admin/content/destroy.html.erb
typo-5.1.1 app/views/admin/content/destroy.html.erb
typo-5.1.3 app/views/admin/content/destroy.html.erb
typo-5.1.98 app/views/admin/content/destroy.html.erb
typo-5.1 app/views/admin/content/destroy.html.erb
typo-5.2 app/views/admin/content/destroy.html.erb
typo-5.2.98 app/views/admin/content/destroy.html.erb
typo-5.3 app/views/admin/content/destroy.html.erb