Fixes issue where notes do not display error decrypting if they are errored
This commit is contained in:
@@ -30,8 +30,8 @@
|
||||
"ng-change" => "ctrl.tagTitleDidChange(tag)", "ng-blur" => "ctrl.saveTag($event, tag)", "spellcheck" => "false"}
|
||||
.count {{tag.cachedNoteCount}}
|
||||
|
||||
.red.small-text.bold{"ng-show" => "tag.content.conflict_of"} Conflicted copy
|
||||
.red.small-text.bold{"ng-show" => "tag.errorDecrypting"} Unable to Decrypt
|
||||
.red.small-text.bold{"ng-show" => "tag.content.conflict_of"} Conflicted Copy
|
||||
.red.small-text.bold{"ng-show" => "tag.errorDecrypting"} Missing Keys
|
||||
|
||||
.menu{"ng-show" => "ctrl.selectedTag == tag"}
|
||||
%a.item{"ng-click" => "ctrl.selectedRenameTag($event, tag)", "ng-show" => "!ctrl.editingTag"} Rename
|
||||
|
||||
Reference in New Issue
Block a user