summaryrefslogtreecommitdiff
path: root/web-ui/app/js/views
diff options
context:
space:
mode:
authorGlauco Vinicius <gl4uc0@gmail.com>2015-04-08 20:25:00 -0300
committerGlauco Vinicius <gl4uc0@gmail.com>2015-04-08 20:25:24 -0300
commitd63d8b4059f662a4fe2da2f8aa4151e759d16fc1 (patch)
treee639d05139ae670d35151595f3899c0b407ddd6a /web-ui/app/js/views
parent009a945b9472c8a3aed9980f27396f1da33672ac (diff)
#363 [Luiz, Glauco] Trash Icon is not appearing for mails in Inbox anymore
Diffstat (limited to 'web-ui/app/js/views')
-rw-r--r--web-ui/app/js/views/templates.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/app/js/views/templates.js b/web-ui/app/js/views/templates.js
index 470c6e51..64e269ca 100644
--- a/web-ui/app/js/views/templates.js
+++ b/web-ui/app/js/views/templates.js
@@ -41,7 +41,8 @@ define(['hbs/templates'], function (templates) {
fullView: window.Pixelated['app/templates/mails/full_view.hbs'],
mailActions: window.Pixelated['app/templates/mails/mail_actions.hbs'],
draft: window.Pixelated['app/templates/mails/draft.hbs'],
- sent: window.Pixelated['app/templates/mails/sent.hbs']
+ sent: window.Pixelated['app/templates/mails/sent.hbs'],
+ trash: window.Pixelated['app/templates/mails/trash.hbs']
},
mailActions: {
actionsBox: window.Pixelated['app/templates/mail_actions/actions_box.hbs'],