diff options
author | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-04-05 11:03:17 +0200 |
---|---|---|
committer | Felix Hammerl <fhammerl@thoughtworks.com> | 2016-04-05 11:04:12 +0200 |
commit | 78aeca190833db43565ed029c8d3efd873ed0776 (patch) | |
tree | ad329e8b6f949cb426d3a118a62c69089bdeb99d /web-ui/app/templates | |
parent | 9b8d8c46326a6d381f0440c37f7e8a91deec49c6 (diff) |
Issue #648: Add review feedback
Diffstat (limited to 'web-ui/app/templates')
-rw-r--r-- | web-ui/app/templates/mails/draft.hbs | 2 | ||||
-rw-r--r-- | web-ui/app/templates/mails/trash.hbs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/templates/mails/draft.hbs b/web-ui/app/templates/mails/draft.hbs index 9f4192cc..d223c0a4 100644 --- a/web-ui/app/templates/mails/draft.hbs +++ b/web-ui/app/templates/mails/draft.hbs @@ -17,7 +17,7 @@ </div> <div> <div class="mail-list-entry__item-subject"> - <i class="fa fa-pencil"></i> + <i class="mail-list-entry__item-subject-icon fa fa-pencil"></i> {{#if header.subject }} {{header.subject}} {{else}} diff --git a/web-ui/app/templates/mails/trash.hbs b/web-ui/app/templates/mails/trash.hbs index b822d12f..f8947b15 100644 --- a/web-ui/app/templates/mails/trash.hbs +++ b/web-ui/app/templates/mails/trash.hbs @@ -15,7 +15,7 @@ </div> <div> <div class="mail-list-entry__item-subject"> - <i class="fa fa-trash-o"></i> + <i class="mail-list-entry__item-subject-icon fa fa-trash-o"></i> {{ header.subject }} </div> |