From 1085c0224b3fd3394c96bb044d2575f642501906 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 1 Nov 2023 09:16:57 -0400 Subject: posts: revamped table display --- app/posts/templates/posts/post_table.html | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/app/posts/templates/posts/post_table.html b/app/posts/templates/posts/post_table.html index d9040e3..268e88d 100644 --- a/app/posts/templates/posts/post_table.html +++ b/app/posts/templates/posts/post_table.html @@ -14,6 +14,9 @@
URL
+ +
Edit URL
+ Date last pub @@ -21,13 +24,13 @@ Date last pub
Post type
-
Update frequency
+
Freq
-
Needs update
+
Update?
-
Days overdue
+
Overdue
Edit
@@ -41,7 +44,12 @@ Date last pub - {{object.url|truncatechars:55}} + {{object.url|truncatechars:45}} + + + + + {{object.edit_url|truncatechars:45}} {{object.date_last_pub}} -- cgit v1.2.3-70-g09d2