diff --git a/website/views/options/social/index.jade b/website/views/options/social/index.jade index 8c3db2ff0f..5cce49e665 100644 --- a/website/views/options/social/index.jade +++ b/website/views/options/social/index.jade @@ -3,7 +3,7 @@ include ./challenges include ./hall -include ./boss/index +include ./quests/index include ./chat-message script(type='text/ng-template', id='partials/options.social.inbox.html') diff --git a/website/views/options/social/boss/bossStats.jade b/website/views/options/social/quests/bossStats.jade similarity index 100% rename from website/views/options/social/boss/bossStats.jade rename to website/views/options/social/quests/bossStats.jade diff --git a/website/views/options/social/boss/collectionStats.jade b/website/views/options/social/quests/collectionStats.jade similarity index 100% rename from website/views/options/social/boss/collectionStats.jade rename to website/views/options/social/quests/collectionStats.jade diff --git a/website/views/options/social/boss/ianQuestInfo.jade b/website/views/options/social/quests/ianQuestInfo.jade similarity index 100% rename from website/views/options/social/boss/ianQuestInfo.jade rename to website/views/options/social/quests/ianQuestInfo.jade diff --git a/website/views/options/social/boss/index.jade b/website/views/options/social/quests/index.jade similarity index 100% rename from website/views/options/social/boss/index.jade rename to website/views/options/social/quests/index.jade diff --git a/website/views/options/social/boss/participants.jade b/website/views/options/social/quests/participants.jade similarity index 100% rename from website/views/options/social/boss/participants.jade rename to website/views/options/social/quests/participants.jade diff --git a/website/views/options/social/boss/questActive.jade b/website/views/options/social/quests/questActive.jade similarity index 100% rename from website/views/options/social/boss/questActive.jade rename to website/views/options/social/quests/questActive.jade diff --git a/website/views/options/social/boss/questNotActive.jade b/website/views/options/social/quests/questNotActive.jade similarity index 100% rename from website/views/options/social/boss/questNotActive.jade rename to website/views/options/social/quests/questNotActive.jade