summaryrefslogtreecommitdiff
path: root/web-ui/app/js/views
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-02-01 13:38:56 -0200
committerGitHub <noreply@github.com>2017-02-01 13:38:56 -0200
commitc2f1626dbaaaed984c2b7298de5e45d00cbd1071 (patch)
tree0af1155918275f24c2e1521525fa5ae8cff5a6f6 /web-ui/app/js/views
parent66787ad7b6e7dc777343f36519bcfa92e8bd0f1c (diff)
parent92089f9bb4cb11ad96bed75a6b7875ec7cabddc0 (diff)
Merge pull request #954 from pixelated/spinner
Add spinner before loading an email or draft.
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 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'],