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:
Peter Wemm 2014-06-09 00:30:05 +00:00
parent 930b896503
commit 170f31c141
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45035

View file

@ -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