gitweb: Make project description in projects list link to summary view
commite88ce8a45656f750551ee21abf3be5576f6b0be4
authorJakub Narebski <jnareb@gmail.com>
Sun, 26 Nov 2006 01:18:26 +0000 (26 02:18 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 26 Nov 2006 04:00:22 +0000 (25 20:00 -0800)
tree729607ff92d23bb964b332e463fc7f636904228b
parent91fd2bf3fdc72351532a8fd74cdd0da37b036ed1
gitweb: Make project description in projects list link to summary view

Make (shortened) project description in the "projects list" view
hyperlink to the "summary" view of the project. Project names are
sometimes short; having project description be hyperling gives larger
are to click. While at it, display full description on mouseover via
'title' attribute to introduced link.

Additionally, fix whitespace usage in modified git_project_list_body
subroutine: tabs are for indent, spaces are for align.

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
gitweb/gitweb.perl