From 6644d69e26739d466940ee3856b19ab4387c76dc Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 19 Apr 2015 23:09:19 +0200 Subject: [PATCH] Removed useless links in list view. Details link is not needed because the image leads to the details page now. The upload link is also not needed because uploading happens from the respective package page. --- app/views/packages/_list_details.slim | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/views/packages/_list_details.slim b/app/views/packages/_list_details.slim index 1b5d767..8e8d17a 100644 --- a/app/views/packages/_list_details.slim +++ b/app/views/packages/_list_details.slim @@ -24,9 +24,3 @@ // img src="/images/icons/comment.svg" width="18" =rand(30) // ' // img src="/images/icons/screenshot.svg" width="18" =rand(5)+1 - -.row - .large-12.columns - a.button.tiny href=package_path(name: pkg.name) Details - ' - a.button.tiny href=upload_package_by_name_path(name: pkg.name) Upload screenshot