new.rhtml

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

RHTML
18
字号
  <% @page_heading = _("Comments for") + " #{ link_to h(@article.title), :controller => '/admin/content', :action => 'show', :id => @article }" %>  <% content_for('tasks') do %>	<%= task_overview %>  <% end %>  <h3><%= _("Creating comment")%></h3>  <% form_tag :action=>"new" do %>  <div class="form">    <%= render_partial "form" %>  </div>  <div id="operations">    <%= save %> or <%= cancel %>  </div>  <% end %>

⌨️ 快捷键说明

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