diff options
author | Lauris BH <lauris@nix.lv> | 2018-02-19 04:39:26 +0200 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2018-02-19 10:39:26 +0800 |
commit | 58893384e848b54687c21d6d2ca38b70b3036ae2 (patch) | |
tree | 343c231b40e378ccd089fc7796401f1459fdc1a2 /templates/repo/activity.tmpl | |
parent | fb2c176491ebc0f18e6ef25038ca84db561539e2 (diff) | |
download | gitea-58893384e848b54687c21d6d2ca38b70b3036ae2.tar.gz gitea-58893384e848b54687c21d6d2ca38b70b3036ae2.zip |
Add issue closed time column to fix activity closed issues list (#3537)
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
Diffstat (limited to 'templates/repo/activity.tmpl')
-rw-r--r-- | templates/repo/activity.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/activity.tmpl b/templates/repo/activity.tmpl index cd528582fb..f5454afb93 100644 --- a/templates/repo/activity.tmpl +++ b/templates/repo/activity.tmpl @@ -134,7 +134,7 @@ <p class="desc"> <div class="ui red label">{{$.i18n.Tr "repo.activity.closed_issue_label"}}</div> #{{.Index}} <a class="title has-emoji" href="{{$.Repository.HTMLURL}}/issues/{{.Index}}">{{.Title}}</a> - {{TimeSinceUnix .UpdatedUnix $.Lang}} + {{TimeSinceUnix .ClosedUnix $.Lang}} </p> {{end}} </div> |