From: Jeremy Kerr Date: Sun, 30 Dec 2012 04:31:50 +0000 (+0800) Subject: templates/bundle: Unify public bundle meta information X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=commitdiff_plain;h=640b69c56a85c2c04d4dc57dbe5dc9ebe43633cf;hp=92d396d5e2d95dfaca844dcf13918ed66c39eead templates/bundle: Unify public bundle meta information Currently, the public bundle meta information (the download link before the list of patches) differs from that of the private bundle view. This change unifies this information with the private view. Signed-off-by: Jeremy Kerr --- diff --git a/templates/patchwork/bundle-public.html b/templates/patchwork/bundle-public.html index 181e211..1a0347f 100644 --- a/templates/patchwork/bundle-public.html +++ b/templates/patchwork/bundle-public.html @@ -3,11 +3,17 @@ {% load person %} {% block title %}{{project.name}}{% endblock %} -{% block heading %}Bundle: {{bundle.name}}{% endblock %} +{% block heading %}bundle: {{bundle.owner.username}} / +{{bundle.name}}{% endblock %} {% block body %} -Download bundle as mbox +

This bundle contains patches for the {{ bundle.project.linkname }} +project.

+ +

Download bundle as mbox

{% include "patchwork/patch-list.html" %}