diff --git a/app/views/welcome/home.slim b/app/views/welcome/home.slim index af1785a..6909ed2 100644 --- a/app/views/welcome/home.slim +++ b/app/views/welcome/home.slim @@ -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