parent
1e4cc231e3
commit
b9992292ae
@ -1,5 +1,9 @@ |
|||||||
h1 = auction.title |
h1 = auction.title |
||||||
h2 = auction.description |
h2 = auction.description |
||||||
|
|
||||||
|
ul.list-container |
||||||
|
- auction.categories.each do |category| |
||||||
|
p = category.name |
||||||
|
|
||||||
- auction.images.each do |img| |
- auction.images.each do |img| |
||||||
img src="#{img.url}" |
img src="#{img.url}" |
||||||
|
Loading…
Reference in new issue