playground/app/views/scraps/show.html.erb
2026-05-17 03:44:36 +00:00

20 lines
409 B
Text

<div class="mainaboutbox">
<div class="scrapbox">
<%= link_to '[ b a c k . . ? ]', scraps_path %>
<h2>SCRAPBOOK ENTRY #<%= @scrap.id %></h2>
<%= @scrap.text %>
</p>
<p>
<hr><hr>
<% if @scrap.music.present? %>
<strong>Current Music:</strong>
<%= @scrap.music %>
<% end %>
</p>
<% if @scrap.mood.present? %>
<p>
<strong>Current Mood:</strong>
<%= @scrap.mood %></p>
<% end %>
</div></ddiv>