destroy.rhtml

来自「用ruby on rails写的一个博客程序,还不错..ruby on rail」· RHTML 代码 · 共 12 行

RHTML
12
字号
  <% @page_heading = _("Comments for") + " #{ link_to h(@article.title), :controller => '/admin/content', :action => 'show', :id => @article }" %>  <% content_for('tasks') do %>    <%= task_show _('Show this comment'), @comment.id %>  <% end %>  <p><%= _("Are you sure you want to delete this item?")%></p>  <% form_tag do %>  <%= hidden_field "comment", "id" %>  <%= confirm_delete %>  <% end %>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?