Sha256: 3a239015bfdebb143372e00f492bb0f14ed8736bd4ad5ce32e243bb242390c2a

Contents?: true

Size: 308 Bytes

Versions: 1

Compression:

Stored size: 308 Bytes

Contents

<p id="notice"><%= notice %></p>

<p>
  <b>Title:</b>
  <%= @book.title %>
</p>

<p>
  <b>Summary:</b>
  <%= @book.summary %>
</p>

<p>
  <b>Body:</b>
  <%= @book.body %>
</p>

<p>
  <b>Writer:</b>
  <%= @book.writer %>
</p>


<%= link_to 'Edit', edit_book_path(@book) %> |
<%= link_to 'Back', books_path %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
books-0.0.1 app/views/book/books/show.html.erb