From 94d6b5b09d49b2622c2164a03cfae45dced96c74 Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Sat, 29 Apr 2023 21:40:10 +0300 Subject: [PATCH] Add "Updated" column for admin repositories list (#24429) - Closes #12454 # Before ![image](https://user-images.githubusercontent.com/20454870/235314351-82f5a414-7827-4029-8779-a837283a5a05.png) # After ![image](https://user-images.githubusercontent.com/20454870/235314376-ccf4bb95-6823-4fce-9b9a-a23da2351769.png) Signed-off-by: Yarden Shoham --- templates/admin/repo/list.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/admin/repo/list.tmpl b/templates/admin/repo/list.tmpl index 515ec78a34..f485784d0c 100644 --- a/templates/admin/repo/list.tmpl +++ b/templates/admin/repo/list.tmpl @@ -33,6 +33,7 @@ {{.locale.Tr "admin.repos.size"}} {{SortArrow "size" "reversesize" $.SortType false}} + {{.locale.Tr "admin.auths.updated"}} {{.locale.Tr "admin.users.created"}} {{.locale.Tr "admin.notices.op"}} @@ -80,6 +81,7 @@ {{.NumForks}} {{.NumIssues}} {{FileSize .Size}} + {{DateTime "short" .UpdatedUnix}} {{DateTime "short" .CreatedUnix}} {{svg "octicon-trash"}}