X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;ds=sidebyside;f=templates%2Fpatchwork%2Fproject.html;h=5b2cc13b9d24f911b81742972a1ae08181134415;hb=4e7b62c51b958acad9d87b435571a22113a43d35;hp=49ceb575829aa9a2b1df7fc1f858f406caaef181;hpb=90d53c717d5d704da284cfa3b1484c11bd6c0bb1;p=patchwork diff --git a/templates/patchwork/project.html b/templates/patchwork/project.html index 49ceb57..5b2cc13 100644 --- a/templates/patchwork/project.html +++ b/templates/patchwork/project.html @@ -22,11 +22,30 @@ <{{maintainer.email}}>
{% endfor %} + Patch count {{n_patches}} (+ {{n_archived_patches}} archived) +{% if project.web_url %} + + Website + {{project.web_url}} + +{% endif %} +{% if project.webscm_url %} + + Source Code Web Interface + {{project.webscm_url}} + +{% endif %} +{% if project.scm_url %} + + Source Code Manager URL + {{project.scm_url}} + +{% endif %} {% if settings.ENABLE_XMLRPC %}