Obsolete TODO hints removed
This commit is contained in:
parent
5ba02d5d35
commit
52590d866e
1 changed files with 0 additions and 5 deletions
|
|
@ -26,8 +26,6 @@ div.row
|
|||
hr
|
||||
div.large-4.medium-12.small-12.columns.text-center
|
||||
h2 Newest upload
|
||||
// TODO: load actual newest upload and cache it
|
||||
// TODO: link to the package page
|
||||
a.black href=package_path(@newest_upload.package.name)
|
||||
= image_tag(@newest_upload.image.url(:large, timestamp: false), alt: @newest_upload.caption)
|
||||
p
|
||||
|
|
@ -38,8 +36,6 @@ div.row
|
|||
=@newest_upload.package.description
|
||||
div.large-4.medium-12.small-12.columns.text-center
|
||||
h2 Most popular
|
||||
// TODO: load actual most popular package and highest-rated screenshot and cache it
|
||||
// TODO: link to the package page
|
||||
a.black href=package_path(@most_popular_package.name)
|
||||
img src=@most_popular_package.screenshots.first.image.url(:large, timestamp: false)
|
||||
p
|
||||
|
|
@ -50,7 +46,6 @@ div.row
|
|||
=@most_popular_package.description
|
||||
div.large-4.medium-12.small-12.columns.text-center
|
||||
h2 Your help needed
|
||||
// TODO: load actual most popular package without a screenshot and cache it
|
||||
a href=upload_package_by_name_path(@most_wanted_package.name)
|
||||
img src="/images/dummy/no-screenshots-upload-one.svg" width="80%"
|
||||
p
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue