From f67de7c9fac412a2bc9bf05b35b5cf8071954a2e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 01 2014 10:58:27 +0000 Subject: Use the global identifier in the title of the pull_request page --- diff --git a/progit/templates/pull_request.html b/progit/templates/pull_request.html index d1744f9..60936fe 100644 --- a/progit/templates/pull_request.html +++ b/progit/templates/pull_request.html @@ -1,7 +1,7 @@ {% extends "repo_master.html" %} {% from "_formhelper.html" import render_field_in_row %} -{% block title %}Pull request #{{ request.id }} - {{ repo.name }}{% endblock %} +{% block title %}Pull request #{{ requestid }} - {{ repo.name }}{% endblock %} {%block tag %}home{% endblock %}