This commit is contained in:
Mo Bitar
2016-12-25 19:05:11 -06:00
parent 4e239e481c
commit 3c2e6b37c3
4 changed files with 12 additions and 12 deletions

View File

@@ -86,5 +86,5 @@
%a{"ng-click" => "ctrl.signOutPressed()"} Sign Out
.item
%a.menuItem{"href" => "https://standardnotes.org", "target" => "_blank"}
%a{"href" => "https://standardnotes.org", "target" => "_blank"}
Help

View File

@@ -1,5 +1,4 @@
.main-ui-view
%header{"user" => "defaultUser", "logout" => "headerLogout"}
.app-container
.app
%tags-section{"save" => "tagsSave", "add-new" => "tagsAddNew", "will-select" => "tagsWillMakeSelection", "selection-made" => "tagsSelectionMade", "all-tag" => "allTag",
@@ -10,3 +9,4 @@
%editor-section{"ng-if" => "selectedNote", "note" => "selectedNote", "remove" => "deleteNote",
"user" => "defaultUser", "save" => "saveNote"}
%header{"user" => "defaultUser", "logout" => "headerLogout"}