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

Ajax

开发平台:

Others

  1.   <% @page_heading = _('Articles') %>
  2.   <% content_for('tasks') do %>
  3.     <%= task_overview %>
  4.   <% end %>
  5.   <p><%= _("Are you sure you want to delete this article")%> ( <%=h @article.title -%> )?</p>
  6.   <% form_tag :controller => '/admin/content', :action => 'destroy' do %>
  7.   <%= hidden_field_tag "id", @article.id %>
  8.   <%= confirm_delete(_("Delete this article")) %>
  9.   <% end %>