From 01797eadac7ec4bf5df06e0a025ae1af8b5ebdd1 Mon Sep 17 00:00:00 2001 From: David Gay Date: Thu, 3 Jun 2021 22:04:44 -0400 Subject: Lighten color of hearth amenity div borders --- app/views/characters/hearth/index.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app') diff --git a/app/views/characters/hearth/index.html.erb b/app/views/characters/hearth/index.html.erb index b8478f1..ee5b07d 100644 --- a/app/views/characters/hearth/index.html.erb +++ b/app/views/characters/hearth/index.html.erb @@ -8,7 +8,7 @@
<% @all_amenities.each do |ha| %> -
+

<%= ha.name %>

<% built_amenity = current_char.hearth.built_hearth_amenities.find_by(hearth_amenity: ha) %> <% if built_amenity %> -- cgit v1.2.3