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

Ajax

开发平台:

Others

  1.   <% @page_heading = _("Pages") %>
  2.   <% content_for('tasks') do %>
  3.     <%= task_overview %>
  4.   <% end %>
  5.   <p><%= _("Are you sure you want to delete the page")%> '<%= @page[:name] %>'?</p>
  6.   <% form_tag :controller => '/admin/pages', :action => 'destroy' do %>
  7.   <%= hidden_field "page", "id" %>
  8.   <%= confirm_delete(_("Delete this page")) %>
  9.   <% end %>