content.rhtml
来自「用ruby on rails写的一个博客程序,还不错..ruby on rail」· RHTML 代码 · 共 21 行
RHTML
21 行
<% if sidebar.delicious -%> <div id="delicious"> <h3><a href="http://<%=h sidebar.delicious.title %>"><%=h sidebar.delicious.title %></a></h3> <% (groupdate ? sidebar.delicious.days : [{ :container => sidebar.delicious.items }]).each do |group| -%> <% if groupdate -%> <span class="date"><%=h group[:date].to_s.to_date.strftime("%b %d") %></span> <% end -%> <ul> <% for item in group[:container] %> <li> <a href="<%=h item.link %>" title="<%=h item.description%>"><%=h item.title %></a> <% if item.description -%> <br /><span class="desc"><%=h desclink ? item.description_link : item.description %></span> <% end -%> </li> <% end -%> </ul> <% end -%> </div><% end -%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?