Files
standardnotes-app-web/app/assets/templates/frontend/directives/account-data-menu.html.haml
2017-01-25 15:52:03 -06:00

19 lines
689 B
Plaintext

.panel.panel-default.account-panel.panel-right.account-data-menu
.panel-body
.account-items
%section.account-item
%h3{"ng-click" => "showSN = !showSN"} Standard Notes Account
%account-vendor-account-section{"ng-if" => "showSN"}
%section.account-item
%h3{"ng-click" => "showSync = !showSync"} Sync Providers
%account-sync-section{"ng-if" => "showSync"}
%section.account-item
%h3{"ng-click" => "showKeys = !showKeys"} Encryption Keys
%account-keys-section{"ng-if" => "showKeys"}
%section.account-item
%h3{"ng-click" => "showIO = !showIO"} Import/Export
%import-export-menu{"ng-if" => "showIO"}