1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-11 12:08:21 +00:00

undo #3142 because processes don't use the util.Timestamp (#4203) (#4208)

This commit is contained in:
David Schneiderbauer
2018-06-11 08:21:34 +02:00
committed by Lauris BH
parent df941f5c39
commit 1ff480baa6

View File

@@ -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>