diff options
author | 2006-08-07 01:45:52 +0000 | |
---|---|---|
committer | 2006-08-07 01:45:52 +0000 | |
commit | 6b5b683d3aee43ffcf7f708666ec15f49c97dd89 (patch) | |
tree | 257a08fe0f501c0e220856756e93ffb8b53b3c9c /templates | |
parent | add spb (diff) | |
download | planet-6b5b683d3aee43ffcf7f708666ec15f49c97dd89.tar.gz planet-6b5b683d3aee43ffcf7f708666ec15f49c97dd89.tar.bz2 planet-6b5b683d3aee43ffcf7f708666ec15f49c97dd89.zip |
display soc project on html pages
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index 1aa6803..ff7038b 100644 --- a/templates/index.html.tmpl +++ b/templates/index.html.tmpl @@ -93,6 +93,9 @@ a.k.a. <b><TMPL_VAR channel_username></b> <a href="http://cia.navi.cx/stats/author/<TMPL_IF channel_cia_username><TMPL_VAR channel_cia_username ESCAPE="HTML"><TMPL_ELSE><TMPL_VAR channel_username ESCAPE="HTML"></TMPL_IF>">stats</a>, <a href="http://bugs.gentoo.org/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=<TMPL_VAR channel_username ESCAPE="HTML">%40gentoo.org&emailtype1=exact&emailassigned_to1=1&emailreporter1=1">bugs</a>) </TMPL_IF> +<TMPL_IF channel_project> + <b>(<TMPL_VAR channel_project ESCAPE="HTML">)</b> +</TMPL_IF> </div> </TMPL_IF> |