commit - 49632cd3b1c81b19229e3a4a523e411d29cd8827
commit + af800df5a11beb2e4b8f519f7b5171a41095afb6
blob - 3265456df058f025cd052df66cbffdcff9b45932
blob + fcc54710aa544a97e40088b703b7d4f15463c006
--- gotwebd/pages.tmpl
+++ gotwebd/pages.tmpl
<div class="commits_header">
<div class="header_commit_title">Commit:</div>
<div class="header_commit">{{ rc->commit_id }}</div>
- <div class="header_author_title">Author:</div>
+ <div class="header_author_title">From:</div>
<div class="header_author">{{ rc->author }}</div>
+ {{ if strcmp(rc->committer, rc->author) != 0 }}
+ <div class="header_author_title">Via:</div>
+ <div class="header_author">{{ rc->committer }}</div>
+ {{ end }}
<div class="header_age_title">Date:</div>
<div class="header_age">
{{ render gotweb_render_age(tp, rc->committer_time, TM_LONG) }}