Fix card view. image class was missing.
This commit is contained in:
parent
b41c78abbf
commit
eaa81e45ed
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@
|
|||
- @screenshots.each do |screenshot|
|
||||
div class=("cell pkgcard" + (screenshot.approved ? " approved" : " unapproved")) data-equalizer-watch=true
|
||||
a.black href =url_for(screenshot.simage_url(:large)) rel='fancybox-thumb' title=screenshot.caption data-fancybox='gallery' data-caption=screenshot_caption(screenshot)
|
||||
.image-with-zoom-icon
|
||||
.image.image-with-zoom-icon
|
||||
= small_img(screenshot, cls: '')
|
||||
|
||||
.magnifying-glass-icon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue