all repos — cgit @ a608ff7ba371c2dddf9274de3a438bf74e2560f7

a hyperfast web frontend for git written in c

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>
Lars Hjemli hjemli@gmail.com
Mon, 15 Sep 2008 22:40:02 +0200
commit

a608ff7ba371c2dddf9274de3a438bf74e2560f7

parent

a8305a9543969206aa7cec03948c5a19950eedb9

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M ui-tag.cui-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>");