destroy.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:0k
源码类别:

Ajax

开发平台:

Others

  1.   <% @page_heading = _('File Uploads') %>
  2.   <% content_for('tasks') do %>
  3.     <%= task_overview %>
  4.   <% end %>
  5.   <p><%= _("Are you sure you want to delete this file")%> ( <%= @file.filename -%> )?</p>
  6.   <% form_tag :action => 'destroy' do %>
  7.   <%= hidden_field "file", "id" %>
  8.   <%= confirm_delete(_("Delete this file from the webserver?")) %>
  9.   <% end %>