edit.rhtml

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

RHTML
19
字号
  <% @page_heading = _("Comments for") + " #{ link_to h(@article.title), :controller => '/admin/content', :action => 'show', :id => @article }" %>  <% content_for('tasks') do %>    <li><%= link_to_permalink @comment, _('View comment on your blog') %></li>  <% end %>  <% form_tag :action=>"edit", :id => @comment.id do %>  <h3><%= _("Editing comment")%></h3>  <div class="form">    <%= render_partial "form" %>  </div>  <div id="operations">    <%= save %> or <%= cancel %>  </div>  <% end %>

⌨️ 快捷键说明

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