diff options
author | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-18 11:14:53 +0100 |
---|---|---|
committer | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-03-22 12:17:52 +0100 |
commit | af6e08d901e9fc4bed46998ad16e02435912ed6d (patch) | |
tree | 093d1fd45138d9b4ecc28351eacdabd72dd18d10 /web-ui/app/templates | |
parent | 2704235bc7893d01a1cb2e6ef931a1a0219b53ab (diff) |
Issue #649: Remove tags from drafts mail list items
Diffstat (limited to 'web-ui/app/templates')
-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> |