From 5ae89950fb330fd623634b98a77de259ab174b53 Mon Sep 17 00:00:00 2001 From: David Gay Date: Fri, 28 May 2021 11:26:44 -0400 Subject: Lockbox unlocking, and with it items that start activities when used --- app/views/characters/items/index.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/views/characters') diff --git a/app/views/characters/items/index.html.erb b/app/views/characters/items/index.html.erb index 14d4b13..f40e666 100644 --- a/app/views/characters/items/index.html.erb +++ b/app/views/characters/items/index.html.erb @@ -13,7 +13,7 @@ <% @character.equipment.order(:slot).each do |eq| %> - <%= eq.slot.to_s %> + <%= eq.slot.to_s.humanize %> <%= eq.item.name %> <%= button_to "Unequip", character_item_unequip_path(slot: eq.slot ) %> @@ -23,8 +23,6 @@ - -

Inventory

-- cgit v1.2.3