add missing filename title to gitweb's filelog page
authorTK Soh <teekaysoh@yahoo.com>
Tue, 28 Mar 2006 19:02:00 +0200
changeset 2012 d07c322e0033
parent 2011 b4df4687a78a
child 2014 416f9e9e5f1b
add missing filename title to gitweb's filelog page
templates/filelog-gitweb.tmpl
--- a/templates/filelog-gitweb.tmpl
+++ b/templates/filelog-gitweb.tmpl
@@ -13,6 +13,8 @@
 <a href="?cmd=summary;style=gitweb">summary</a> | <a href="?cmd=changelog;style=gitweb">changelog</a> | <a href="?cmd=tags;style=gitweb">tags</a> | <a href="?cmd=file;file=#file|urlescape#;filenode=#filenode#;style=gitweb">file</a> | revisions | <a href="?cmd=annotate;file=#file|urlescape#;filenode=#filenode#;style=gitweb">annotate</a> | <a href="?fl=#filenode|short#;file=#file|urlescape#;style=rss">rss</a><br/>
 </div>
 
+<div class="title" >#file|urlescape#</div>
+
 <table>
 #entries%filelogentry#
 </table>