⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 edit.rhtml

📁 用ruby on rails写的一个博客程序,还不错..ruby on rails的确是个好框架
💻 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 + -