|
|
@ -1,14 +1,16 @@ |
|
|
|
|
|
|
|
.content-container#auction-view-container |
|
|
|
#auction-view |
|
|
|
#auction-view |
|
|
|
- if auction.images.length >= 1 |
|
|
|
- if auction.images.length >= 1 |
|
|
|
.slideshow-container |
|
|
|
.slideshow-container |
|
|
|
- auction.images.each do |image| |
|
|
|
- auction.images.each do |image| |
|
|
|
.slide-container |
|
|
|
.slide-container |
|
|
|
|
|
|
|
img src="#{image.url}" |
|
|
|
.numbertext |
|
|
|
.numbertext |
|
|
|
a.prev onclick="nextSlide(-1)" = "<" |
|
|
|
|
|
|
|
| #{image.image_order+1}/#{auction.images.length} |
|
|
|
| #{image.image_order+1}/#{auction.images.length} |
|
|
|
a.next onclick="nextSlide(1)" = ">" |
|
|
|
|
|
|
|
img src="#{image.url}" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.next-container |
|
|
|
|
|
|
|
a.prev onclick="nextSlide(-1)" = "<" |
|
|
|
|
|
|
|
a.next onclick="nextSlide(1)" = ">" |
|
|
|
|
|
|
|
|
|
|
|
.slideshow-button-container |
|
|
|
.slideshow-button-container |
|
|
|
- auction.images.each do |image| |
|
|
|
- auction.images.each do |image| |
|
|
|