Fix for pull request #119 to take some part of design fix.

This commit is contained in:
takezoe
2013-10-05 12:58:26 +09:00
parent cc1e0030df
commit d5a14482a6
8 changed files with 27 additions and 52 deletions

View File

@@ -37,8 +37,7 @@
<td width="0%"><input type="checkbox" name="commitId" value="@commit.id"></td>
<td>@avatar(commit.committer, 20)&nbsp;<a href="@url(commit.committer)">@commit.committer</a></td>
<td width="80%">
<span class="muted">@datetime(commit.time):</span>
@commit.shortMessage
<span class="muted">@datetime(commit.time):</span>&nbsp;@commit.shortMessage
</td>
</tr>
}