From b31c98456bbe242d344d350c4a752318282daf64 Mon Sep 17 00:00:00 2001 From: Kevin Marks Date: Wed, 22 Jun 2016 05:05:26 +0000 Subject: [PATCH] collapse subscriptions view --- woodwind/templates/subscriptions.jinja2 | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/woodwind/templates/subscriptions.jinja2 b/woodwind/templates/subscriptions.jinja2 index e6dd9e3..45ceccb 100644 --- a/woodwind/templates/subscriptions.jinja2 +++ b/woodwind/templates/subscriptions.jinja2 @@ -30,7 +30,8 @@ Last {{ s.feed.failure_count }} Attempt(s) Failed {% endif %} -
+
{{ s.name }} checked {{s.feed.last_checked | relative_time}} + @@ -55,7 +56,7 @@
- Details +
Details
  • Last checked: {{s.feed.last_checked | relative_time}}
  • Last updated: {{s.feed.last_updated | relative_time}}
  • @@ -66,9 +67,10 @@
  • PuSH last ping: {{s.feed.last_pinged | relative_time}}
  • PuSH expiry: {{s.feed.push_expiry | relative_time}}
+
- +