content.rhtml
来自「用ruby on rails写的一个博客程序,还不错..ruby on rail」· RHTML 代码 · 共 9 行
RHTML
9 行
<% if sidebar.fortythreeplaces -%><h3><%= link_to "43 Places", sidebar.fortythreeplaces.link %></h3><ul><% for thing in sidebar.fortythreeplaces.things.to_a.slice(0,count.to_i) -%> <li><a href="<%= thing.link %>" title="<%=h thing.title %>"><%=h thing.title %> </a></li><% end -%></ul><% end -%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?