X-Git-Url: https://git.ozlabs.org/?p=patchwork;a=blobdiff_plain;f=templates%2Fpatchwork%2Fpatch.html;h=b9addc626d5c30036ad0802d91c1404b15eb2d9a;hp=c716a3341f5a0e75368bd8eff36038ef9c8fdea1;hb=ddb04aaac7d9875f1dfd7970944dab6aa6557099;hpb=3c1fe032cde2289a6ba2f87f09546e646d0e26bb diff --git a/templates/patchwork/patch.html b/templates/patchwork/patch.html index c716a33..b9addc6 100644 --- a/templates/patchwork/patch.html +++ b/templates/patchwork/patch.html @@ -44,9 +44,11 @@ function toggle_headers(link_id, headers_id) Download mbox | + >mbox +{% if patch.content %}| patch +{% endif %} @@ -202,8 +204,11 @@ function toggle_headers(link_id, headers_id) - - +{% if patch.pull_url %} +

Pull-request

+{{ patch.pull_url }} +{% endif %}

Comments

{% for comment in patch.comments %} @@ -215,11 +220,14 @@ function toggle_headers(link_id, headers_id) {% endfor %} +{% if patch.content %}

Patch

 {{ patch|patchsyntax }}
 
+{% endif %} + {% endblock %}