commit - af800df5a11beb2e4b8f519f7b5171a41095afb6
commit + 6c3d326354af2183c210a5f1422d4c99a606ae66
blob - fcc54710aa544a97e40088b703b7d4f15463c006
blob + 3501ce16a0c13174e3e6a1d4fc06358a7b345061
--- gotwebd/pages.tmpl
+++ gotwebd/pages.tmpl
diff_url.commit = rc->commit_id;
tree_url.commit = rc->commit_id;
- tmp = strchr(rc->author, '<');
+ tmp = strchr(rc->committer, '<');
if (tmp)
*tmp = '\0';
{{ render gotweb_render_age(tp, rc->committer_time, TM_DIFF) }}
</div>
<div class="briefs_author">
- {{ rc->author }}
+ {{ rc->committer }}
</div>
<div class="briefs_log">
<a href="{{ render gotweb_render_url(tp->tp_arg, &diff_url) }}">