Change java.sql.Date to java.sql.Timestamp.

This commit is contained in:
takezoe
2013-06-22 14:35:37 +09:00
parent cc1be57d5f
commit 0294c32fb8
5 changed files with 20 additions and 16 deletions

View File

@@ -16,7 +16,7 @@
@if(repository.repository.description.isDefined){
<div>@repository.repository.description</div>
}
<div><span class="description small">Last updated: @helpers.date(repository.repository.lastActivityDate)</span></div>
<div><span class="description small">Last updated: @helpers.datetime(repository.repository.lastActivityDate)</span></div>
</div>
}
}