X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fproject.html;h=be8cadc1f99096630cefe50be7fbee6153073b89;hb=d4a2c1f8792f52fec0c881ab38c91635840a50c0;hp=f29540cedfc3eb2437ca29f411d7d7ccd7b6a62a;hpb=f1e089f7736ac8f7b9af784461350c4c169211ad;p=patchwork diff --git a/templates/patchwork/project.html b/templates/patchwork/project.html index f29540c..be8cadc 100644 --- a/templates/patchwork/project.html +++ b/templates/patchwork/project.html @@ -18,15 +18,41 @@ 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 +client configuration for this project: .pwclientrc.

+{% endif %} {% endblock %}