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

📄 show.rhtml

📁 A Hotel Management System based on Ruby on Rails.
💻 RHTML
字号:
<h1>Detailed customer information</h1>

<% for column in Customer.content_columns %>
<p>
  <b><%= column.human_name %>:</b> <%=h @customer.send(column.name) %>
</p>
<% end %>

<%= link_to 'Edit', :action => 'edit', :id => @customer %> | 
<%= link_to 'New Contract', :action => 'new', :controller => 'contract', :id => @customer %> |
<%= link_to 'List Contracts', :action => 'list', :controller => 'contract', :customer_id => @customer.id %> |
<%= link_to 'Add Note', :action => 'new', :controller => 'note', :customer_id => @customer.id %> |
<%= link_to 'List Notes', :action => 'list', :controller => 'note', :customer_id => @customer.id %>

⌨️ 快捷键说明

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