Remove last committer from the file list

This commit is contained in:
Naoki Takezoe
2015-09-07 00:50:03 +09:00
parent c1381179aa
commit fb2b2e37ce

View File

@@ -119,7 +119,6 @@
</td> </td>
<td class="mute"> <td class="mute">
<a href="@url(repository)/commit/@file.commitId" class="commit-message shorten-text" title="@file.message">@link(file.message, repository)</a> <a href="@url(repository)/commit/@file.commitId" class="commit-message shorten-text" title="@file.message">@link(file.message, repository)</a>
<span class="commit-author">[@user(file.author, file.mailAddress)]</span>
</td> </td>
<td style="text-align: right;">@helper.html.datetimeago(file.time, false)</td> <td style="text-align: right;">@helper.html.datetimeago(file.time, false)</td>
</tr> </tr>