r334: Styled bug history page
[bugdar.git] / templates / history.tpl
1 $doctype
2 <html lang="$stylevar[lang]" xml:lang="$stylevar[lang]">
3 <head>
4 $headinclude
5 <title>Bug History - $bug[summary]</title>
6 </head>
7
8 $header
9
10 <h2>History for <em>$bug[summary]</em> (bugid: $bug[bugid])</h2>
11
12 $history
13
14 $footer