Show Clothes
-
Name:
<%= @clothes.name %>
-
Color:
<%= @clothes.color %>
-
Location:
<%= @clothes.location %>
-
Game:
<%= @clothes.game %>
<%= link "Edit", to: Routes.clothes_path(@conn, :edit, @clothes) %>
<%= link "Back", to: Routes.clothes_path(@conn, :index) %>