📄 _show_menu.rhtml
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -