diff options
Diffstat (limited to 'app/views/look')
-rw-r--r-- | app/views/look/_results.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/look/_results.html.erb b/app/views/look/_results.html.erb index beb2deb..2c79812 100644 --- a/app/views/look/_results.html.erb +++ b/app/views/look/_results.html.erb @@ -9,6 +9,9 @@ </p> <% when "hearth_amenity" %> <p>You constructed <%= result[:hearth_amenity].name %>.</p> + <% when "hearth_planting" %> + <p>You planted <%= link_to result[:hearth_planting].item.name, + item_path(result[:hearth_planting].item) %> in the loam.</p> <% when "activity" %> <p>You realized how to <%= result[:activity].name %>!</p> <% when "monster" %> |