mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-11 07:55:55 +01:00
Change java.sql.Date to java.sql.Timestamp.
This commit is contained in:
@@ -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>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user