Show details again

This commit is contained in:
Christoph Haas 2018-05-28 17:30:27 +02:00
parent fe4aa05992
commit 85068a6a87

View file

@ -12,7 +12,7 @@
- if screenshots_visible_to_user(@package).count > 0
- screenshots_visible_to_user(@package).each do |screenshot|
.row.listview
/ .text-center
.text-center
a.black.fancybox href=screenshot.image.url(:large, timestamp: false) rel='fancybox-thumb' title=screenshot.caption
= image_tag(screenshot.image.url(:large, timestamp: false), alt: screenshot.caption)
- if screenshot.description