25 lines
827 B
Plaintext
25 lines
827 B
Plaintext
.footer-bar
|
|
.pull-left
|
|
.footer-bar-link
|
|
%a{"ng-click" => "ctrl.accountMenuPressed()"} Account
|
|
%account-data-menu{"ng-if" => "ctrl.showAccountMenu"}
|
|
|
|
.footer-bar-link
|
|
%a{"ng-click" => "ctrl.toggleExtensions()"} Extensions
|
|
%global-extensions-menu{"ng-if" => "ctrl.showExtensionsMenu"}
|
|
|
|
.footer-bar-link
|
|
%a{"href" => "https://standardnotes.org", "target" => "_blank"}
|
|
Help
|
|
|
|
.pull-right
|
|
|
|
.footer-bar-link
|
|
%div{"ng-if" => "ctrl.lastSyncDate", "style" => "float: left; font-weight: normal; margin-right: 8px;"}
|
|
%span{"ng-if" => "!ctrl.isRefreshing"}
|
|
Last refreshed {{ctrl.lastSyncDate | appDateTime}}
|
|
%span{"ng-if" => "ctrl.isRefreshing"}
|
|
.spinner{"style" => "margin-top: 2px;"}
|
|
|
|
%a{"ng-click" => "ctrl.refreshData()"} Refresh
|