diff options
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/templates/mails/draft.hbs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/web-ui/app/templates/mails/draft.hbs b/web-ui/app/templates/mails/draft.hbs index 536802a1..82533ac4 100644 --- a/web-ui/app/templates/mails/draft.hbs +++ b/web-ui/app/templates/mails/draft.hbs @@ -27,12 +27,5 @@ {{t 'no_subject'}} {{/if}} </div> - <div class="subject-and-tags"> - <ul class="tags"> - {{#each tagsForListView }} - <li class="tag" data-tag="{{this}}">{{ this }}</li> - {{/each }} - </ul> - </div> </a> </span> |