add color to show
This commit is contained in:
parent
9995d7da49
commit
210488123b
|
@ -7,6 +7,13 @@
|
||||||
<%= @clothes.name %>
|
<%= @clothes.name %>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<li>
|
||||||
|
<strong>Color:</strong>
|
||||||
|
<%= @clothes.color %>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
|
||||||
<li>
|
<li>
|
||||||
<strong>Location:</strong>
|
<strong>Location:</strong>
|
||||||
<%= @clothes.location %>
|
<%= @clothes.location %>
|
||||||
|
|
Loading…
Reference in New Issue