From ade7345a6d636de6a7b1f1704ddbd3cb548f4490 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 16 Aug 2016 13:09:27 +0200 Subject: [PATCH] Upload action on details page made clearer - added button --- app/views/packages/_details_rightbox.slim | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/app/views/packages/_details_rightbox.slim b/app/views/packages/_details_rightbox.slim index 2cd7680..069a93a 100644 --- a/app/views/packages/_details_rightbox.slim +++ b/app/views/packages/_details_rightbox.slim @@ -14,13 +14,13 @@ // upload new screenshots p.subtitle - a.expand data-open="upload-modal" - = fa_icon 'upload' - ' Upload more screenshots - p - ' Please help extend the collection of screenshots. - ' Just make a screenshot and upload it here. You don't - ' need to register or anything. + = fa_icon 'upload' + ' Upload more screenshots + p + ' Please help extend the collection of screenshots. + ' Just make a screenshot and upload it here. You don't + ' need to register or anything. + a.button.small.expand data-open="upload-modal" Upload now // homepage - if pkg.homepage.present?