tutorial.erb

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

ERB
31
字号
<h1>Tutorial #<%= object.index %>. <%= object.title %></h1><p>The sources for this tutorial may be found in the <tt>tutorial/<%= "%02d" % object.index %></tt>directory of the Copland distribution.</p><% if object.intro %>  <h2>Introduction</h2>  <%= object.intro.to_html %><% end %><h2>Steps</h2><ol><% object.steps.each do |step| %><li><%= step.to_html %></li><% end %></ol><% if object.summary %>  <h2>Summary</h2>  <%= object.summary.to_html %><% end %>

⌨️ 快捷键说明

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