fix: show "Last refreshed…" in footer when logged in

This commit is contained in:
Baptiste Grob
2020-07-30 19:18:36 +02:00
parent 9f5cbd86e2
commit 623bbae3bf

View File

@@ -53,7 +53,7 @@
.sk-app-bar-item.no-pointer(
ng-if='ctrl.lastSyncDate && !ctrl.isRefreshing'
)
.sk-label.subtle(ng-if='ctrl.online')
.sk-label.subtle(ng-if='!ctrl.offline')
| Last refreshed {{ctrl.lastSyncDate}}
.sk-app-bar-item(
ng-click='ctrl.toggleSyncResolutionMenu()',