19 lines
689 B
Plaintext
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"}
|