Sha256: 72ab2dc91816575aa1630c2046359b7fdf6c357b9ba23a6d02e413deecda5484

Contents?: true

Size: 495 Bytes

Versions: 3

Compression:

Stored size: 495 Bytes

Contents

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

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

<p>
  <strong>Author:</strong>
  <%= @book.author %>
</p>

<p>
  <strong>Description:</strong>
  <%= @book.description %>
</p>

<p>
  <strong>Price:</strong>
  <%= @book.price %>
</p>

<p>
  <strong>Published at:</strong>
  <%= @book.published_at %>
</p>

<p>
  <strong>Discounted:</strong>
  <%= @book.discounted %>
</p>

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
skins-0.0.3 test/dummy/app/views/books/show.html.erb
skins-0.0.2 test/dummy/app/views/books/show.html.erb
skins-0.0.1 test/dummy/app/views/books/show.html.erb