From 6e8cca97363ebbfed156f770179040e1ccf20ff6 Mon Sep 17 00:00:00 2001 From: MathWhiz Date: Fri, 22 Jul 2016 17:14:01 -0400 Subject: [PATCH] Add avatar settings --- common/locales/en/character.json | 1 + website/views/shared/profiles/stats.jade | 1 + website/views/shared/profiles/stats/avatar-settings.jade | 4 ++++ 3 files changed, 6 insertions(+) create mode 100644 website/views/shared/profiles/stats/avatar-settings.jade diff --git a/common/locales/en/character.json b/common/locales/en/character.json index 40e7b84029..d4ff398ccb 100644 --- a/common/locales/en/character.json +++ b/common/locales/en/character.json @@ -3,6 +3,7 @@ "statsAch": "Stats & Achievements", "profile": "Profile", "avatar": "Customize Avatar", + "avatarCustomizations": "Avatar Customizations", "other": "Other", "fullName": "Full Name", "displayName": "Display Name", diff --git a/website/views/shared/profiles/stats.jade b/website/views/shared/profiles/stats.jade index 032e1b5e62..cea21097fb 100644 --- a/website/views/shared/profiles/stats.jade +++ b/website/views/shared/profiles/stats.jade @@ -18,5 +18,6 @@ include ./stats/equipment include ./stats/pets-and-mounts hr include ./stats/costume +include ./stats/avatar-settings include ./stats/active-pet-and-mount include ./stats/background \ No newline at end of file diff --git a/website/views/shared/profiles/stats/avatar-settings.jade b/website/views/shared/profiles/stats/avatar-settings.jade new file mode 100644 index 0000000000..3b68303808 --- /dev/null +++ b/website/views/shared/profiles/stats/avatar-settings.jade @@ -0,0 +1,4 @@ +div + h4=env.t('avatarCustomizations') + table.table.table-striped + \ No newline at end of file