From 4ecf2c4246a6d735ef3e3fff9bc59c0e6334f207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sun, 19 Nov 2023 18:48:44 +0100 Subject: [PATCH] Improve app list --- app/views/admin/app_catalog/web_apps/index.html.erb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/views/admin/app_catalog/web_apps/index.html.erb b/app/views/admin/app_catalog/web_apps/index.html.erb index aff8066..ebfa289 100644 --- a/app/views/admin/app_catalog/web_apps/index.html.erb +++ b/app/views/admin/app_catalog/web_apps/index.html.erb @@ -41,7 +41,11 @@ target: "_blank", rel: "nofollow noopener", class: "ks-text-link" %> <%= web_app.remote_storage_authorizations.count %> - <%= web_app.created_at %> + + + <%= time_ago_in_words web_app.created_at, include_seconds: false %> ago + + <% end %>