From 03d5a5d14883f9e901229ee23bc2336d8ac1d0c5 Mon Sep 17 00:00:00 2001 From: Rick Barrette Date: Sun, 1 Mar 2026 21:25:07 -0500 Subject: [PATCH] Always show sync status --- app/views/qbo/_last_sync.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/qbo/_last_sync.html.erb b/app/views/qbo/_last_sync.html.erb index dd2118e..4ac8399 100644 --- a/app/views/qbo/_last_sync.html.erb +++ b/app/views/qbo/_last_sync.html.erb @@ -1 +1 @@ -<%=t(:label_last_sync)%>: <%= Qbo.last_sync if Qbo.exists? %> +<%=t(:label_last_sync)%>: <%= Qbo.last_sync %>