This commit is contained in:
Christoph Haas 2025-05-04 23:59:41 +02:00
parent 3f4266d19b
commit aaf1eb34c4

View file

@ -20,7 +20,7 @@
- @divclasses << 'highlight' if screenshot.id == @highlight_id - @divclasses << 'highlight' if screenshot.id == @highlight_id
- @divclasses << 'hidden' if screenshot.hidden - @divclasses << 'hidden' if screenshot.hidden
div class=(@divclasses.join(' ')) data-equalizer-watch=true div class=(@divclasses.join(' ')) data-equalizer-watch=true
/ TODO: try to alight the buttons to the bottom / TODO: try to align the buttons to the bottom
= render(partial: 'admin_buttons', locals: {screenshot: screenshot}) = render(partial: 'admin_buttons', locals: {screenshot: screenshot})
a.black href =url_for(screenshot.simage_url(:large)) rel='fancybox-thumb' title=screenshot.caption data-fancybox='gallery' data-caption=screenshot_caption(screenshot) a.black href =url_for(screenshot.simage_url(:large)) rel='fancybox-thumb' title=screenshot.caption data-fancybox='gallery' data-caption=screenshot_caption(screenshot)
.image.image-with-zoom-icon .image.image-with-zoom-icon