From aaf1eb34c4e5b1678e45c407d7fc0af873317b45 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 4 May 2025 23:59:41 +0200 Subject: [PATCH] typo --- app/views/packages/details.slim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/packages/details.slim b/app/views/packages/details.slim index 3651608..93f7363 100644 --- a/app/views/packages/details.slim +++ b/app/views/packages/details.slim @@ -20,7 +20,7 @@ - @divclasses << 'highlight' if screenshot.id == @highlight_id - @divclasses << 'hidden' if screenshot.hidden 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}) 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