During the temporary period, drop the footer on the gnats PRs.

This commit is contained in:
Eitan Adler 2014-06-08 08:02:42 +00:00
parent d02894ff5e
commit 23936b73d6
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=45028

View file

@ -862,6 +862,6 @@ sub FooterLinks
my $url = $q->url(-full => 1, -query => 1);
return $q->div({-class => 'footerlinks'},
. $q->a({-href => $url . '&f=raw'}, 'Raw PR')
$q->a({-href => $url . '&f=raw'}, 'Raw PR')
);
}