diff --git a/addon/components/document-list-item.hbs b/addon/components/document-list-item.hbs index 37ef88a6..60d9826b 100644 --- a/addon/components/document-list-item.hbs +++ b/addon/components/document-list-item.hbs @@ -31,7 +31,7 @@ {{#each @document.marks as |mark|}} {{#if mark.active}}
- +
{{/if}} {{/each}} diff --git a/addon/components/mark-manager.hbs b/addon/components/mark-manager.hbs index 8bde63e9..ad47c25e 100644 --- a/addon/components/mark-manager.hbs +++ b/addon/components/mark-manager.hbs @@ -8,7 +8,7 @@ 'mark-mixed light-blue' }}" > - + {{#if tag.isMark}} - + {{else}} {{tag.name}} {{/if}} diff --git a/addon/components/tag-manager.hbs b/addon/components/tag-manager.hbs index dbe59f0f..f64ca09f 100644 --- a/addon/components/tag-manager.hbs +++ b/addon/components/tag-manager.hbs @@ -8,10 +8,9 @@ {{#if this.tags.length}}
{{#each this.tags as |tag|}} - + {{tag.emberModel.name}}