Component view app bar layout adjustments, adds noopener rel to links

This commit is contained in:
Mo Bitar
2019-04-14 09:15:13 -05:00
parent 23baf95b88
commit 47e4eb22ba
12 changed files with 1020 additions and 1006 deletions

View File

@@ -1,7 +1,7 @@
.sn-component
.sk-menu-panel.dropdown-menu
%a.no-decoration{"ng-if" => "extensions.length == 0", "href" => "https://standardnotes.org/extensions", "target" => "blank"}
%a.no-decoration{"ng-if" => "extensions.length == 0", "href" => "https://standardnotes.org/extensions", "target" => "blank", "rel" => "noopener"}
%menu-row{"label" => "'Download Actions'"}
%div{"ng-repeat" => "extension in extensions"}