📄 edit.rhtml
字号:
<% @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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -