(ref #519) Change datetime formats

This commit is contained in:
Shintaro Murakami
2014-10-18 23:21:47 +09:00
parent 8764910553
commit e33dd9008b
21 changed files with 85 additions and 32 deletions

View File

@@ -36,7 +36,7 @@
<td width="0%"><input type="checkbox" name="commitId" value="@commit.id"></td>
<td>@avatar(commit, 20)&nbsp;@user(commit.authorName, commit.authorEmailAddress)</td>
<td width="80%">
<span class="muted">@datetime(commit.authorTime):</span>&nbsp;@commit.shortMessage
<span class="muted">@helper.html.datetimeago(commit.authorTime):</span>&nbsp;@commit.shortMessage
</td>
</tr>
}