summaryrefslogtreecommitdiff
path: root/web-ui/app/js/views
diff options
context:
space:
mode:
authorLeandro Gualter <leandrogualter@gmail.com>2015-04-08 19:37:46 -0300
committerRoberto Soares <roberto.tech@gmail.com>2015-04-09 15:59:38 -0300
commitbeac9142c2766ed8daf7dd13b6ba22b7895402a5 (patch)
tree602778d5c43202024b158b6d38d9c8395a1e8708 /web-ui/app/js/views
parent49a7867a593c7e18288e44530935fa13fb6bee1e (diff)
Adds trash actions template and respective javascript
Diffstat (limited to 'web-ui/app/js/views')
-rw-r--r--web-ui/app/js/views/templates.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web-ui/app/js/views/templates.js b/web-ui/app/js/views/templates.js
index 64e269ca..5e991a20 100644
--- a/web-ui/app/js/views/templates.js
+++ b/web-ui/app/js/views/templates.js
@@ -46,6 +46,7 @@ define(['hbs/templates'], function (templates) {
},
mailActions: {
actionsBox: window.Pixelated['app/templates/mail_actions/actions_box.hbs'],
+ trashActionsBox: window.Pixelated['app/templates/mail_actions/trash_actions_box.hbs'],
composeTrigger: window.Pixelated['app/templates/mail_actions/compose_trigger.hbs'],
refreshTrigger: window.Pixelated['app/templates/mail_actions/refresh_trigger.hbs'],
paginationTrigger: window.Pixelated['app/templates/mail_actions/pagination_trigger.hbs']