Fix committer field in the commit view
The commit view shows the author information in the committer field; this patch fixes it by showing the appropriate fields. Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
This commit is contained in:
parent
f6a75820e8
commit
2f65291ef1
@ -22,10 +22,10 @@
|
||||
<span class="date" title="{{c.author_date}}">
|
||||
{{c.author_date.utc}} UTC</span></td></tr>
|
||||
<tr><td>committer</td>
|
||||
<td><span class="name">{{c.author_name}}</span>
|
||||
<span class="email"><{{c.author_email}}></span><br/>
|
||||
<span class="date" title="{{c.author_date}}">
|
||||
{{c.author_date.utc}} UTC</span></td></tr>
|
||||
<td><span class="name">{{c.committer_name}}</span>
|
||||
<span class="email"><{{c.committer_email}}></span><br/>
|
||||
<span class="date" title="{{c.committer_date}}">
|
||||
{{c.committer_date.utc}} UTC</span></td></tr>
|
||||
|
||||
% for p in c.parents:
|
||||
<tr><td>parent</td>
|
||||
|
Loading…
Reference in New Issue
Block a user