summaryrefslogtreecommitdiff
path: root/app/views/characters/items/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/characters/items/index.html.erb')
-rw-r--r--app/views/characters/items/index.html.erb4
1 files changed, 1 insertions, 3 deletions
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 @@
<tbody>
<% @character.equipment.order(:slot).each do |eq| %>
<tr>
- <td class="table-cell-padded"><%= eq.slot.to_s %></td>
+ <td class="table-cell-padded"><%= eq.slot.to_s.humanize %></td>
<td class="table-cell-padded"><%= eq.item.name %></td>
<td class="table-cell-padded">
<%= button_to "Unequip", character_item_unequip_path(slot: eq.slot ) %>
@@ -23,8 +23,6 @@
</tbody>
</table>
-
-
<h2 class="text-xl mb-4">Inventory</h2>
<table class="table-auto mb-8">