diff options
author | Anna Cruz <acruz@thoughtworks.com> | 2017-01-06 14:45:15 -0200 |
---|---|---|
committer | Anna Cruz <acruz@thoughtworks.com> | 2017-01-20 10:39:39 -0200 |
commit | 5bec91be0b4d22fda8125099244d76720693c941 (patch) | |
tree | c003dec8008a713384e9ac8a5be5a86dd6f1b66f | |
parent | 468bc98a3b1e0c92bffefa24c199b52f9f15b5dd (diff) |
Removing refresh_trigger from templates and references to it
-rw-r--r-- | web-ui/app/js/views/templates.js | 1 | ||||
-rw-r--r-- | web-ui/app/templates/mail_actions/refresh_trigger.hbs | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/web-ui/app/js/views/templates.js b/web-ui/app/js/views/templates.js index d4185471..d983c911 100644 --- a/web-ui/app/js/views/templates.js +++ b/web-ui/app/js/views/templates.js @@ -53,7 +53,6 @@ define(['hbs/templates'], function (templates) { 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'] }, noMessageSelected: window.Pixelated['app/templates/compose/no_message_selected.hbs'], diff --git a/web-ui/app/templates/mail_actions/refresh_trigger.hbs b/web-ui/app/templates/mail_actions/refresh_trigger.hbs deleted file mode 100644 index dffc7090..00000000 --- a/web-ui/app/templates/mail_actions/refresh_trigger.hbs +++ /dev/null @@ -1,3 +0,0 @@ -<div id="refresh-mails-trigger"> - <i class="fa fa-refresh" data-label="{{t 'refresh'}}"></i> -</div> |