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