From 8592cc5634490c030c829e72d860fabd2540933c Mon Sep 17 00:00:00 2001 From: Tayane Fernandes Date: Mon, 30 Jan 2017 19:06:24 -0200 Subject: Add spinner before loading an email or draft related with #657 with @tuliocasagrande --- web-ui/app/js/views/templates.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (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 d983c911..05ecbbdd 100644 --- a/web-ui/app/js/views/templates.js +++ b/web-ui/app/js/views/templates.js @@ -47,7 +47,8 @@ define(['hbs/templates'], function (templates) { 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'], - trash: window.Pixelated['app/templates/mails/trash.hbs'] + trash: window.Pixelated['app/templates/mails/trash.hbs'], + spinner: window.Pixelated['app/templates/mails/spinner.hbs'] }, mailActions: { actionsBox: window.Pixelated['app/templates/mail_actions/actions_box.hbs'], -- cgit v1.2.3