X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fproject.html;h=be8cadc1f99096630cefe50be7fbee6153073b89;hb=a48f76a2d3a98c21d4b37f19cf84073e77db55c8;hp=49ceb575829aa9a2b1df7fc1f858f406caaef181;hpb=90d53c717d5d704da284cfa3b1484c11bd6c0bb1;p=patchwork diff --git a/templates/patchwork/project.html b/templates/patchwork/project.html index 49ceb57..be8cadc 100644 --- a/templates/patchwork/project.html +++ b/templates/patchwork/project.html @@ -18,21 +18,40 @@ Maintainer{{maintainers|length|pluralize}} {% for maintainer in maintainers %} - {{ maintainer.get_profile.name }} + {{ maintainer.profile.name }} <{{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 %} -

Sample patchwork +

Sample patchwork client configuration for this project: .pwclientrc.

{% endif %}