Minor improvement
This commit is contained in:
parent
553887f114
commit
ddc7e825fb
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#teaser.row
|
||||
div.large-4.medium-4.small-3.columns
|
||||
#biglogo
|
||||
// TODO: make the logo depending on the virtual host
|
||||
// TODO: vary the logo depending on the virtual host
|
||||
img src="/images/logos/debian.svg" width="400" alt="Debian logo"
|
||||
div.large-8.medium-8.small-9.columns
|
||||
h1 We have screenshots!
|
||||
|
|
@ -32,7 +32,6 @@ div.row
|
|||
strong
|
||||
=@newest_upload.package.name
|
||||
' :
|
||||
'
|
||||
=@newest_upload.package.description
|
||||
div.large-4.medium-12.small-12.columns.text-center
|
||||
h2 Most popular
|
||||
|
|
@ -42,13 +41,14 @@ div.row
|
|||
strong
|
||||
=@most_popular_package.name
|
||||
' :
|
||||
'
|
||||
=@most_popular_package.description
|
||||
div.large-4.medium-12.small-12.columns.text-center
|
||||
h2 Your help needed
|
||||
a href=upload_path(@most_wanted_package.name)
|
||||
img src="/images/dummy/no-screenshots-upload-one.svg" width="160"
|
||||
p
|
||||
' We lack a screenshot for the #{@most_wanted_package.name} package. Can you
|
||||
' We lack a screenshot for the
|
||||
strong =>@most_wanted_package.name
|
||||
' package. Can you
|
||||
a href=package_path(@most_wanted_package.name) provide one
|
||||
' ?
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue