Linking to package details page from list view.
Previously a Fancybox zoomed into the images. Now the link is more consistent and leads to the package's detail package.
This commit is contained in:
parent
57b5df0a1c
commit
fb52ce44db
1 changed files with 3 additions and 3 deletions
|
|
@ -20,13 +20,13 @@
|
|||
=pkg.name
|
||||
' >
|
||||
- if pkg.screenshots.any?
|
||||
// TODO: smarter search for the beste screenshot instead of taking the first one
|
||||
// TODO: smarter search for the best screenshot instead of taking the first one
|
||||
- screenshot = pkg.screenshots.first
|
||||
a.black.fancybox title=screenshot.caption rel=pkg.id href=screenshot.image.url(:large, timestamp: false)
|
||||
a.black title=screenshot.caption href=package_path(name: pkg.name)
|
||||
= image_tag(screenshot.image.url(:large, timestamp: false), alt: screenshot.caption)
|
||||
- if pkg.screenshots.length > 1
|
||||
a.black href=package_path(name: pkg.name)
|
||||
.text-center More screenshots…
|
||||
.text-center and #{pluralize(pkg.screenshots.length-1, 'screenshot')} more…
|
||||
- else
|
||||
a href=upload_package_by_name_path(name: pkg.name)
|
||||
img.screenshot src="/images/dummy/no-screenshots-upload-one.svg"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue