add clothes type to clothes
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
<tr>
|
||||
<th>Name</th>
|
||||
<th>Color</th>
|
||||
<th>Type</th>
|
||||
<th>Game</th>
|
||||
<th></th>
|
||||
</tr>
|
||||
|
||||
@@ -8,6 +8,7 @@ defmodule PokemonCoutureWeb.Components.ClothesComponent do
|
||||
<tr>
|
||||
<td><%= @clothes.name %></td>
|
||||
<td><%= @clothes.color %></td>
|
||||
<td><%= @clothes.type %></td>
|
||||
<td><%= @clothes.game %></td>
|
||||
|
||||
<td>
|
||||
|
||||
Reference in New Issue
Block a user