show.rhtml

来自「本书源码对于学习RUBY网络编程语言非常有帮助。」· RHTML 代码 · 共 18 行

RHTML
18
字号
<% @page_title = "#{@edition.work.title} (#{@edition.description})" %><p>Details of <%= @edition.work.title %>(<%= @edition.description %>),by<%= "#{@edition.work.composer.first_name} #{@edition.work.composer.last_name}" %></p><table>  <tr>    <th>Publisher</th>    <th>Year</th>    <th>Price</th>  </tr>  <tr>    <td><%= @edition.publisher %></td>    <td><%= @edition.year %></td>    <td>$<%= @edition.price %></td>  </tr></table>

⌨️ 快捷键说明

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