add clothes color to index
This commit is contained in:
parent
68462b7cb7
commit
c8c3841794
|
@ -14,6 +14,7 @@
|
||||||
<%= for clothes <- @clothes do %>
|
<%= for clothes <- @clothes do %>
|
||||||
<tr>
|
<tr>
|
||||||
<td><%= clothes.name %></td>
|
<td><%= clothes.name %></td>
|
||||||
|
<td><%= clothes.color %></td>
|
||||||
<td><%= clothes.location %></td>
|
<td><%= clothes.location %></td>
|
||||||
<td><%= clothes.game %></td>
|
<td><%= clothes.game %></td>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue