From 82eb6bff3c7ddb368dd38c8be0d90e4a986c519d Mon Sep 17 00:00:00 2001 From: Alice Harris Date: Mon, 25 Aug 2014 11:54:57 +1000 Subject: [PATCH] adjust community guidelines modal for new static location and comment it out because not currently needed --- views/shared/modals/community-guidelines.jade | 2 +- views/shared/modals/index.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/shared/modals/community-guidelines.jade b/views/shared/modals/community-guidelines.jade index 93b1c5ef82..c830ce25bb 100644 --- a/views/shared/modals/community-guidelines.jade +++ b/views/shared/modals/community-guidelines.jade @@ -2,6 +2,6 @@ script(type='text/ng-template', id='modals/communityGuidelines.html') .modal-header h4=env.t('communityGuidelines') .modal-body.community-guidelines-modal.modal-fixed-height - include ../../../public/community-guidelines/index.html + include ../../static/community-guidelines .modal-footer button.btn.btn-default(ng-click='$close()')=env.t('close') diff --git a/views/shared/modals/index.jade b/views/shared/modals/index.jade index e104edb886..96cd3d2c29 100644 --- a/views/shared/modals/index.jade +++ b/views/shared/modals/index.jade @@ -10,4 +10,4 @@ include ./classes include ./quests include ./rebirth include ./limited -include ./community-guidelines +// include ./community-guidelines