diff options
author | Unknwon <joe2010xtmf@163.com> | 2014-10-11 18:02:48 -0400 |
---|---|---|
committer | Unknwon <joe2010xtmf@163.com> | 2014-10-11 18:02:48 -0400 |
commit | 963354c5d7e78eb9fed447ab9b9984420573649c (patch) | |
tree | 896956c024e2b26f6517ea1a8138d83a7964254f /templates/admin/monitor.tmpl | |
parent | 17c1bc73833a25a5841bc5ed344f343535bf1afc (diff) | |
download | gitea-963354c5d7e78eb9fed447ab9b9984420573649c.tar.gz gitea-963354c5d7e78eb9fed447ab9b9984420573649c.zip |
Add raw, history file button, and other mirror fixes
Diffstat (limited to 'templates/admin/monitor.tmpl')
-rw-r--r-- | templates/admin/monitor.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/monitor.tmpl b/templates/admin/monitor.tmpl index 5da8f48eb5..a7942e09c3 100644 --- a/templates/admin/monitor.tmpl +++ b/templates/admin/monitor.tmpl @@ -58,7 +58,7 @@ <td>{{.Pid}}</td> <td>{{.Description}}</td> <td>{{.Start}}</td> - <td>{{TimeSince .Start .i18n.Lang}}</td> + <td>{{TimeSince .Start $.Lang}}</td> </tr> {{end}} </tbody> |