diff --git a/app/templates/modal/auth-modal-gplus-checklist.jade b/app/templates/core/auth-modal-gplus-checklist.jade similarity index 100% rename from app/templates/modal/auth-modal-gplus-checklist.jade rename to app/templates/core/auth-modal-gplus-checklist.jade diff --git a/app/views/core/AuthModal.coffee b/app/views/core/AuthModal.coffee index adde6422a..dd89df48c 100644 --- a/app/views/core/AuthModal.coffee +++ b/app/views/core/AuthModal.coffee @@ -152,7 +152,7 @@ module.exports = class AuthModal extends ModalView @renderGPlusAuthChecklist() renderGPlusAuthChecklist: -> - template = require 'templates/modal/auth-modal-gplus-checklist' + template = require 'templates/core/auth-modal-gplus-checklist' el = $(template({steps: @gplusAuthSteps})) el.i18n() @$el.find('.modal-body:visible').empty().append(el)