From 301ea7f26680028fd28f7b579aa549edc7653311 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Jul 17 2014 09:54:40 +0000 Subject: Display the global issue identifier in the page, rather than the actual id --- diff --git a/progit/templates/issue.html b/progit/templates/issue.html index 26e07b2..383911f 100644 --- a/progit/templates/issue.html +++ b/progit/templates/issue.html @@ -1,13 +1,13 @@ {% extends "repo_master.html" %} {% from "_formhelper.html" import render_field_in_list %} -{% block title %}Issue #{{ issue.id}} - {{ repo.name }}{% endblock %} +{% block title %}Issue #{{ issueid }} - {{ repo.name }}{% endblock %} {%block tag %}home{% endblock %} {% block repo %} -

Issue #{{ issue.id }}

+

Issue #{{ issueid }}

{% if authenticated and form %}