Fixed size and choice of dummy images
This commit is contained in:
parent
eb2a5c6e19
commit
9a91229336
3 changed files with 3 additions and 3 deletions
|
|
@ -61,7 +61,7 @@ module PackagesHelper
|
|||
)
|
||||
else
|
||||
image_tag(
|
||||
'/images/dummy/no-screenshots-available.svg',
|
||||
'/images/dummy/no-screenshots-upload-one.svg',
|
||||
width: 220,
|
||||
height: 220 * 3 / 4
|
||||
)
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
- else
|
||||
/.listview
|
||||
img src='/images/dummy/no-screenshots-available.svg' width='100%' style='padding: 0 10%'
|
||||
img src='/images/dummy/no-screenshots-upload-one.svg' width='100%' style='padding: 0 10%'
|
||||
|
||||
#metadata.small-5.medium-5.cell
|
||||
/ Right column contains metadata about the package.
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@
|
|||
.image
|
||||
- if @most_wanted_package.name
|
||||
a href=upload_path(@most_wanted_package.name)
|
||||
img src="/images/dummy/no-screenshots-upload-one.svg" width="160"
|
||||
img src="/images/dummy/no-screenshots-upload-one.svg" width="320"
|
||||
- else
|
||||
'No uploaded screenshots yet.
|
||||
.text
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue