diff --git a/app/views/packages/index-list.slim b/app/views/packages/index-list.slim index f275c70..3b6b75b 100644 --- a/app/views/packages/index-list.slim +++ b/app/views/packages/index-list.slim @@ -24,7 +24,8 @@ a.black.fancybox title=pkg.screenshots.first.caption rel='fancybox-group' href=pkg.screenshots.first.url('large') img.screenshot src=pkg.screenshots.first.url('large') - if pkg.screenshots.length > 1 - .text-center More screenshots + a.black href=package_path(name: pkg.name) + .text-center More screenshots… - else a href=upload_package_by_name_path(name: pkg.name) img.screenshot src="/images/dummy/no-screenshots-upload-one.svg"