From: Stephen Finucane Date: Thu, 23 Mar 2017 13:25:01 +0000 (+0000) Subject: views: Link to project from bundle-list X-Git-Tag: v2.0.0-rc1~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21e2926743a15dc0ef896a8ef9ccf6e7d59c42cf;p=thirdparty%2Fpatchwork.git views: Link to project from bundle-list Simple usability improvement. Signed-off-by: Stephen Finucane --- diff --git a/patchwork/templates/patchwork/bundles.html b/patchwork/templates/patchwork/bundles.html index 61a13ea4..de76966c 100644 --- a/patchwork/templates/patchwork/bundles.html +++ b/patchwork/templates/patchwork/bundles.html @@ -21,7 +21,11 @@ {% for bundle in bundles %} {{ bundle.name }} - {{ bundle.project.linkname }} + + + {{ bundle.project.linkname }} + + {% if bundle.public %}