typo
This commit is contained in:
parent
3f4266d19b
commit
aaf1eb34c4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue