Show dummy thumbnail in full width in list view
This commit is contained in:
parent
197f81ce7a
commit
4846573304
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
'and #{pluralize(pkg.screenshots.length-1, 'screenshot')} more…
|
||||
- else
|
||||
a href=package_path(name: pkg.name)
|
||||
img.screenshot src="/images/dummy/no-screenshots-upload-one.svg"
|
||||
img.screenshot src="/images/dummy/no-screenshots-upload-one.svg" width="100%"
|
||||
.small-12.medium-8.cell
|
||||
h1
|
||||
a href=package_path(name: pkg.name)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue