From beac9142c2766ed8daf7dd13b6ba22b7895402a5 Mon Sep 17 00:00:00 2001 From: Leandro Gualter Date: Wed, 8 Apr 2015 19:37:46 -0300 Subject: Adds trash actions template and respective javascript --- web-ui/app/js/views/templates.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web-ui/app/js/views') 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'] -- cgit v1.2.3