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