_show_menu.rhtml

来自「A Hotel Management System based on Ruby 」· RHTML 代码 · 共 15 行

RHTML
15
字号
Customer submenu:
<ul>
<li><%= link_to("List",   :controller => "customer", 
                                  :action => "list") %></li>
<li><%= link_to("New",   :controller => "customer", 
                                  :action => "new") %></li>
<li><%= link_to("Search",   :controller => "customer", 
                                  :action => "search") %></li>
</ul>

<hr noshade size="3" color="#eb8137">
<a href="http://www.solunas.org/wiki/index.php/Help_Section_Customer">
You need Help on menu item <b>Customers</b> - visit our Solunas Wiki
</a>
<hr noshade size="3" color="#eb8137">                                  

⌨️ 快捷键说明

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