summaryrefslogtreecommitdiff
path: root/app/views/activities
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/activities')
-rw-r--r--app/views/activities/_results.html.erb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/activities/_results.html.erb b/app/views/activities/_results.html.erb
index 0e540dd..0fef8fb 100644
--- a/app/views/activities/_results.html.erb
+++ b/app/views/activities/_results.html.erb
@@ -9,6 +9,8 @@
</p>
<% when "hearth_amenity" %>
<p>You constructed <%= result[:hearth_amenity].name %>.</p>
+ <% when "activity" %>
+ <p>You realized how to <%= result[:activity].name %>!</p>
<% when "error" %>
<p><%= result[:message] %></p>
<% end %>