show.rhtml
来自「A Hotel Management System based on Ruby 」· RHTML 代码 · 共 17 行
RHTML
17 行
<% for column in Document.content_columns %><p> <b><%= column.human_name %>:</b> <%=h @document.send(column.name) %></p><% end %><br />
<div class="roundedcornr_box_284975">
<div class="roundedcornr_top_284975"><div></div></div>
<div class="roundedcornr_content_284975"><p>
<%= link_to 'Edit', :action => 'edit', :id => @document %> |<%= link_to 'Back', :action => 'list' %>
</p>
</div>
<div class="roundedcornr_bottom_284975"><div></div></div>
</div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?