commit | a608ff7ba371c2dddf9274de3a438bf74e2560f7 | [log] [tgz] |
---|---|---|
author | Lars Hjemli <hjemli@gmail.com> | Mon Sep 15 22:40:02 2008 +0200 |
committer | Lars Hjemli <hjemli@gmail.com> | Mon Sep 15 22:40:02 2008 +0200 |
tree | 123de14ef13a2ec6cb2890542396387e81954006 | |
parent | a8305a9543969206aa7cec03948c5a19950eedb9 [diff] [blame] |
ui-tag: show the taggers email If it's specified there's no point in hiding it. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
diff --git a/ui-tag.c b/ui-tag.c index b4db32e..3aea87d 100644 --- a/ui-tag.c +++ b/ui-tag.c
@@ -63,6 +63,10 @@ if (info->tagger) { html("<tr><td>Tagged by</td><td>"); html_txt(info->tagger); + if (info->tagger_email) { + html(" "); + html_txt(info->tagger_email); + } html("</td></tr>\n"); } html("<tr><td>Tagged object</td><td>");