From 8bc497403d74ec727dceb34fbf03e49654bfbb02 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Tue, 30 Dec 2014 18:47:11 +0100 Subject: [PATCH] Added screenshot upload image to details page. --- app/views/packages/details.slim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/views/packages/details.slim b/app/views/packages/details.slim index 725ac6d..89867d2 100644 --- a/app/views/packages/details.slim +++ b/app/views/packages/details.slim @@ -35,6 +35,8 @@ ' The goal of Icedove is to produce a cross platform standalone mail ' application using the XUL user interface language. + a.button.radius.expand href=upload_package_by_name_path(name: @package.name) Upload a new screenshot + // TODO: Enable comment form //javascript: // $('#comment-summary').on( 'input', function() {