Skip to content

Commit

Permalink
fix: show "Last refreshed…" in footer when logged in
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Jul 30, 2020
1 parent 9f5cbd8 commit 623bbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/views/footer/footer-view.pug
Original file line number Diff line number Diff line change
Expand Up @@ -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()',
Expand Down

0 comments on commit 623bbae

Please sign in to comment.