summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails/sent.hbs
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-03-21 12:09:54 +0100
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-03-22 12:17:52 +0100
commit626aae40b9407a1b044c33784dfd42dff784ad9c (patch)
treee1b15d580c537564972ef768bb5b74328e3208fe /web-ui/app/templates/mails/sent.hbs
parentaf6e08d901e9fc4bed46998ad16e02435912ed6d (diff)
Issue #649: Refactor Tags
Diffstat (limited to 'web-ui/app/templates/mails/sent.hbs')
-rw-r--r--web-ui/app/templates/mails/sent.hbs14
1 files changed, 6 insertions, 8 deletions
diff --git a/web-ui/app/templates/mails/sent.hbs b/web-ui/app/templates/mails/sent.hbs
index b3cf110f..86b6e607 100644
--- a/web-ui/app/templates/mails/sent.hbs
+++ b/web-ui/app/templates/mails/sent.hbs
@@ -19,19 +19,17 @@
{{t 'no_recipient'}}
{{/if}}
</div>
- <div class="subject-and-tags">
+ <div class="subject">
{{#if header.subject }}
{{header.subject}}
{{else}}
{{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>
+ <ul class="tags">
+ {{#each tagsForListView }}
+ <li class="tags-tag" data-tag="{{this}}">{{ this }}</li>
+ {{/each }}
+ </ul>
</a>
</span>