Place a link to the bugzilla version of each PR at the top of the page so
that folks arriving from mail archive links have a clear location to go.
This commit is contained in:
parent
930b896503
commit
170f31c141
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45035
1 changed files with 7 additions and 1 deletions
|
@ -258,13 +258,19 @@ sub PrintPR
|
||||||
# Page title
|
# Page title
|
||||||
|
|
||||||
print html_header(
|
print html_header(
|
||||||
|
"FreeBSD has migrated to Bugzilla. You should examine the <a href='https://bugs.freebsd.org/"
|
||||||
|
. $gnatspr->FieldSingle('Number') . "'/>Bugzilla version</a> of this PR."
|
||||||
|
);
|
||||||
|
print ("<h3>This historical version is likely out of date and is for debugging purposes only!</h3>\n");
|
||||||
|
|
||||||
|
print ("<h3>" .
|
||||||
$q->escapeHTML(
|
$q->escapeHTML(
|
||||||
$gnatspr->FieldSingle('Category')
|
$gnatspr->FieldSingle('Category')
|
||||||
. '/'
|
. '/'
|
||||||
. $gnatspr->FieldSingle('Number')
|
. $gnatspr->FieldSingle('Number')
|
||||||
. ': '
|
. ': '
|
||||||
. $gnatspr->FieldSingle('Synopsis')
|
. $gnatspr->FieldSingle('Synopsis')
|
||||||
)
|
) . "</h3>\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
# Header stuff of interest
|
# Header stuff of interest
|
||||||
|
|
Loading…
Reference in a new issue