add clothes color to index

This commit is contained in:
Lili (Tlapka) 2021-07-01 13:03:41 +02:00
parent 68462b7cb7
commit c8c3841794
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
<%= for clothes <- @clothes do %>
<tr>
<td><%= clothes.name %></td>
<td><%= clothes.color %></td>
<td><%= clothes.location %></td>
<td><%= clothes.game %></td>