summaryrefslogtreecommitdiff
path: root/web-ui/app/js/views/templates.js
diff options
context:
space:
mode:
authorrafael lisboa <rafaelzlisboa@gmail.com>2015-02-20 19:22:18 -0200
committerrafael lisboa <rafaelzlisboa@gmail.com>2015-02-23 11:51:57 -0300
commite3c370a28f3ec8a2802a5098ed0cbb777292eba9 (patch)
tree892f71988802d022555ffdc22548eac75754a184 /web-ui/app/js/views/templates.js
parent8fbf113c7d51fced6c066dd035f158c0ab919326 (diff)
Add pencil icon to drafts
Diffstat (limited to 'web-ui/app/js/views/templates.js')
-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 874e691d..470c6e51 100644
--- a/web-ui/app/js/views/templates.js
+++ b/web-ui/app/js/views/templates.js
@@ -40,6 +40,7 @@ define(['hbs/templates'], function (templates) {
single: window.Pixelated['app/templates/mails/single.hbs'],
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']
},
mailActions: {