From 2dd5608409f0a506cd2a682107d9be302cec8079 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 20 May 2021 19:01:25 -0400 Subject: Implement learning activities from other activities --- app/views/activities/_results.html.erb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views') 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 @@

<% when "hearth_amenity" %>

You constructed <%= result[:hearth_amenity].name %>.

+ <% when "activity" %> +

You realized how to <%= result[:activity].name %>!

<% when "error" %>

<%= result[:message] %>

<% end %> -- cgit v1.2.3