diff options
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/characters/hearth/index.html.erb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/characters/hearth/index.html.erb b/app/views/characters/hearth/index.html.erb index 563d4b6..a5522ad 100644 --- a/app/views/characters/hearth/index.html.erb +++ b/app/views/characters/hearth/index.html.erb @@ -20,6 +20,9 @@ <%= f.submit "Go" %> <% end %> <% end %> + <% if built_amenity.usable? %> + <%= button_to "Use", hearth_amenity_use_path(built_amenity.hearth_amenity) %> + <% end %> <% end %> <% next_level = built_amenity ? built_amenity.level + 1 : 1 %> <% construct_activity = ha.construct_activity(next_level) %> |