gitweb: Mark matched 'ctag' / contents tag (?by_tag=foo)
commit4b9447f98ef8699450fa0276d212167a25667d7f
authorJakub Narebski <jnareb@gmail.com>
Fri, 29 Apr 2011 17:51:58 +0000 (29 19:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2011 21:21:48 +0000 (29 14:21 -0700)
treeb4181c27849d32e15581d222dd03fba4004403d3
parent0368c492d664775924388b18494eeb4690692ab8
gitweb: Mark matched 'ctag' / contents tag (?by_tag=foo)

It might have been hard to discover that current view is limited to
projects with given content tag (ctag), as it was distinquished only
in gitweb URL.  Mark matched contents tag in the tag cloud using
"match" class, for easier discovery.

This commit introduces a bit of further code duplication in
git_populate_project_tagcloud().

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Acked-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitweb/gitweb.perl