Files
standardnotes-app-web/app/assets/templates/frontend/directives/account-data-menu.html.haml
Mo Bitar ac5569429d css
2017-01-26 01:00:47 -06:00

21 lines
865 B
Plaintext

.panel.panel-default.account-panel.panel-right.account-data-menu
.panel-body
.account-items
%section.account-item.gray-bg{"ng-init" => "showSN = true"}
%h3{"ng-click" => "showSN = !showSN"} Standard Notes Account
%account-vendor-account-section{"ng-if" => "showSN"}
%section.account-item.gray-bg
%h3{"ng-click" => "showSync = !showSync"} Sync Locations ({{syncProviders.length}})
%account-sync-section{"ng-if" => "showSync"}
%section.account-item.gray-bg
%h3{"ng-click" => "showKeys = !showKeys"} Encryption Keys ({{keys.length}})
%account-keys-section{"ng-if" => "showKeys"}
%section.account-item.gray-bg
%h3{"ng-click" => "showIO = !showIO"} Import/Export
%import-export-menu{"ng-if" => "showIO"}
%a{"ng-click" => "destroyLocalData()"} Destroy all local data