Fix presentation.

This commit is contained in:
takezoe
2013-06-19 15:16:54 +09:00
parent 63d76a3c6e
commit a5a993060a
5 changed files with 30 additions and 20 deletions

View File

@@ -19,7 +19,7 @@
<tr>
<th style="font-weight: normal;">
<div class="pull-left">
<a href="@path/@latestCommit.committer">@latestCommit.committer</a>
<a href="@path/@latestCommit.committer" class="username">@latestCommit.committer</a>
<span class="description">@helpers.datetime(latestCommit.time)</span>
<a href="@path/@repository.owner/@repository.name/commit/@latestCommit.id" class="commit-message">@latestCommit.shortMessage</a>
</div>