Files
standardnotes-app-web/app/assets/templates/frontend/directives/permissions-modal.html.haml
Mo Bitar 4bda20a8d9 Wip
2018-01-07 23:29:37 -06:00

25 lines
837 B
Plaintext

.background{"ng-click" => "deny()"}
.content#permissions-modal
.sn-component
.panel
.header
%h1.title Activate Extension
%a.close-button.info Cancel
.content
.panel-section
.panel-row
%h3
%strong {{component.name}}
would like to interact with your
%span{"ng-repeat" => "permission in formattedPermissions"}
{{permission}}.
-# %p.wrap URL: {{component.runningUrl}}
.panel-row
%p
Extensions use an offline messaging system to communicate. Learn more at
%a{"href" => "https://standardnotes.org/permissions", "target" => "_blank"} https://standardnotes.org/permissions.
.footer
.button.info.big.block.bold{"ng-click" => "accept()"} Continue