Listing Books

<% @books.each do |book| %> <% end %>
Title Content
<%= book.title %> <%= book.content %> <%= link_to "Show", book %> <%= link_to "Edit", edit_book_path(book) %> <%= link_to "Destroy", book, method: :delete, data: { confirm: "Are you sure?" } %>

<%= link_to "New book", new_book_path %> <% code %Q: text \: text : code %>