Sha256: 5ae64056f5615f0e8f5811513bf7e08ccd4cd822009cb59cf9512f38a3b7c7c8

Contents?: true

Size: 371 Bytes

Versions: 9

Compression:

Stored size: 371 Bytes

Contents

  <% @page_heading = 'File Uploads' %>

  <% content_for('tasks') do %>
    <%= task_new 'Upload a new File' %>
  <% end %> 

  <p>Are you sure you want to delete this file ( <%= @file.filename -%> )?</p>
  <%= start_form_tag :action => 'destroy' %>
  <%= hidden_field "file", "id" %>
  <%= confirm_delete("Delete this file from the webserver?") %>
  <%= end_form_tag %>

Version data entries

9 entries across 9 versions & 1 rubygems

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