mirror of https://github.com/E-Almqvist/hsf
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
744 B
32 lines
744 B
3 years ago
|
- items.each do |item|
|
||
|
article.annons
|
||
|
.image
|
||
|
p.tshirt-text #{item[:name]}
|
||
|
footer
|
||
|
label Price
|
||
|
span #{item[:price]}
|
||
|
|
||
|
label ...or trade for:
|
||
|
span #{item[:animal]}
|
||
|
|
||
|
label Username
|
||
|
span #{item[:id]} <img class="avatar" src="#{item[:avatar]}">
|
||
|
|
||
|
label Contact
|
||
|
span #{item[:email]}
|
||
|
|
||
|
label City
|
||
|
span #{item[:city]}
|
||
|
|
||
|
label Quantity
|
||
|
form action="/" method="GET"
|
||
|
input placeholder="0" type="number"
|
||
|
input type="button" value="add"
|
||
|
|
||
|
//img src=#{item[:avatar]}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
|