diff options
author | 6543 <m.huber@kithara.com> | 2023-06-19 18:40:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-19 18:40:06 +0200 |
commit | 749802c9223b787c2681faac6e1f8798df219d50 (patch) | |
tree | 1711697f33f7d4049eddff44f9bf07e2617e247b /templates/repo/issue | |
parent | bd2e3226bea9a9af077d7a4991d45b716209f563 (diff) | |
download | gitea-749802c9223b787c2681faac6e1f8798df219d50.tar.gz gitea-749802c9223b787c2681faac6e1f8798df219d50.zip |
Refactor: TotalTimest return seconds (#25370)
so template/browser can deal with string format
---
*Sponsored by Kithara Software GmbH*
Diffstat (limited to 'templates/repo/issue')
-rw-r--r-- | templates/repo/issue/view_content/sidebar.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/issue/view_content/sidebar.tmpl b/templates/repo/issue/view_content/sidebar.tmpl index c0f5a8d3d7..f429655541 100644 --- a/templates/repo/issue/view_content/sidebar.tmpl +++ b/templates/repo/issue/view_content/sidebar.tmpl @@ -340,7 +340,7 @@ <div class="content"> {{template "shared/user/authorlink" $user}} <div class="text"> - {{$trackedtime}} + {{$trackedtime|Sec2Time}} </div> </div> </div> |