X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fproject.html;h=5b2cc13b9d24f911b81742972a1ae08181134415;hb=4e7b62c51b958acad9d87b435571a22113a43d35;hp=2d63d1d86c8cdb42f49010c0230db9dce0ca7e9b;hpb=f734a99ccbb6b1a793b04a0926944a0283f55334;p=patchwork diff --git a/templates/patchwork/project.html b/templates/patchwork/project.html index 2d63d1d..5b2cc13 100644 --- a/templates/patchwork/project.html +++ b/templates/patchwork/project.html @@ -28,6 +28,24 @@ 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 %}