<%= link_to '[ b a c k . . ? ]', scraps_path %>

SCRAPBOOK ENTRY #<%= @scrap.id %>

<% if @scrap.image.attached? %> <%= image_tag @scrap.image %> <% end %> <%= @scrap.text %>



<% if @scrap.music.present? %> Current Music: <%= @scrap.music %> <% end %>

<% if @scrap.mood.present? %>

Current Mood: <%= @scrap.mood %>

<% end %>

<% if @scrap.notes.present? %> Notes: <%= @scrap.notes %>

<% end %>