diff options
Diffstat (limited to 'templates/repo/settings/webhook/history.tmpl')
-rw-r--r-- | templates/repo/settings/webhook/history.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/settings/webhook/history.tmpl b/templates/repo/settings/webhook/history.tmpl index fd404ae834..3c21a42421 100644 --- a/templates/repo/settings/webhook/history.tmpl +++ b/templates/repo/settings/webhook/history.tmpl @@ -25,7 +25,7 @@ <a class="ui primary sha label toggle button show-panel" data-panel="#info-{{.ID}}">{{.UUID}}</a> </div> <span class="text grey"> - {{TimeSince .Delivered.AsTime $.locale}} + {{TimeSince .Delivered.AsTime ctx.Locale}} </span> </div> <div class="info gt-hidden" id="info-{{.ID}}"> |