_show_menu.rhtml
来自「A Hotel Management System based on Ruby 」· RHTML 代码 · 共 21 行
RHTML
21 行
Contract submenu:
<ul>
<li><%= link_to("List", :controller => "contract",
:action => "list") %></li>
<li><%= link_to("New", :controller => "contract",
:action => "new") %></li>
<li><%= link_to("Search", :controller => "contract",
:action => "search") %></li>
<li><%= link_to("List pending", :controller => "contract",
:action => "list_pending") %></li>
<li><%= link_to("List unconfirmed", :controller => "contract",
:action => "list_unconfirmed") %></li>
<li><%= link_to("Calendar", :controller => "contract",
:action => "calendar") %></li>
</ul>
<hr noshade size="3" color="#eb8137">
<a href="http://www.solunas.org/wiki/index.php/Help_Section_Contract">
You need Help on menu item <b>Contracts</b> - visit our Solunas Wiki
</a>
<hr noshade size="3" color="#eb8137">
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?