summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDavid Schneiderbauer <daviian@users.noreply.github.com>2018-06-10 03:48:45 +0200
committerLunny Xiao <xiaolunwen@gmail.com>2018-06-10 09:48:45 +0800
commitaf57d6ab8a5a1f0f8bb3f52a081736c8c57cbd72 (patch)
treee92b2fcb31493e83b8e4788e0dcfe41a10b93cb7 /templates
parentf54626df0b8aed0c3374cb6caafdb49aa4198006 (diff)
downloadgitea-af57d6ab8a5a1f0f8bb3f52a081736c8c57cbd72.tar.gz
gitea-af57d6ab8a5a1f0f8bb3f52a081736c8c57cbd72.zip
undo #3142 because processes don't use the util.Timestamp (#4203)
Diffstat (limited to 'templates')
-rw-r--r--templates/admin/monitor.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/admin/monitor.tmpl b/templates/admin/monitor.tmpl
index ceca29146e..6cc927d68f 100644
--- a/templates/admin/monitor.tmpl
+++ b/templates/admin/monitor.tmpl
@@ -49,8 +49,8 @@
<tr>
<td>{{.PID}}</td>
<td>{{.Description}}</td>
- <td>{{.Start.FormatLong}}</td>
- <td>{{TimeSinceUnix .Start $.Lang}}</td>
+ <td>{{DateFmtLong .Start}}</td>
+ <td>{{TimeSince .Start $.Lang}}</td>
</tr>
{{end}}
</tbody>