<%= notice %>

Title: <%= @book.title %>

Author: <%= @book.author %>

Description: <%= @book.description %>

Price: <%= @book.price %>

Published at: <%= @book.published_at %>

Discounted: <%= @book.discounted %>

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