<%= notice %>
Name: <%= @gem_craft.name %>
Price: <%= @gem_craft.price %>
Books type: <%= @gem_craft.books_type %>
Books qnt: <%= @gem_craft.books_qnt %>
Previous: <%= @gem_craft.previous_id %>
Previous qnt: <%= @gem_craft.previous_qnt %>
<%= link_to 'Edit', edit_gem_craft_path(@gem_craft) %> | <%= link_to 'Back', gem_crafts_path %>