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

📄 _macros.rhtml

📁 用ruby on rails写的一个博客程序,还不错..ruby on rails的确是个好框架
💻 RHTML
字号:
<table cellspacing="1" cellpadding="0"><tr>  <th><%= _("Name")%></th>  <th><%= _("Description")%></th>  <th><%= _("Tag")%></th>  <th><%= _("Show Help")%></th></tr><% for macro in @macros.sort_by { |f| f.short_name } %><tr <%= alternate_class %>>  <td><%=h macro.display_name %> </td>  <td><%=h macro.description %></td>  <td><code>&lt;typo:<%=h macro.short_name %>&gt;</code></td>  <td class="operation"><%= link_to image_tag('go'), :action => 'macro_help', :id => macro.short_name %></td>    </tr>  <% end %></table>

⌨️ 快捷键说明

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