summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/mails/full_view.hbs
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-04-09 12:59:23 -0300
committerGabriel Albo <gabriel@albo.com.br>2015-04-09 13:07:28 -0300
commitf52b6ba0cb8ce23904e5b71341eb4d3525c38fd0 (patch)
tree0824c36743fed4cdf6995fa66df48e66e4701f21 /web-ui/app/templates/mails/full_view.hbs
parent1e66153834b8d172195af80866694a84cc03aeea (diff)
Adding a tag icon to indicate tags on the full email view
Diffstat (limited to 'web-ui/app/templates/mails/full_view.hbs')
-rw-r--r--web-ui/app/templates/mails/full_view.hbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/templates/mails/full_view.hbs b/web-ui/app/templates/mails/full_view.hbs
index c72b3af9..50ac2776 100644
--- a/web-ui/app/templates/mails/full_view.hbs
+++ b/web-ui/app/templates/mails/full_view.hbs
@@ -43,6 +43,7 @@
<div class="tagsArea">
<ul class="tags">
+ <i class="tags-label fa fa-tags"></i>
{{#each tags }}
<li class="tag" data-tag="{{this}}">{{ this }}</li>
{{/each }}