summaryrefslogtreecommitdiff
path: root/web-ui/app/templates/page
diff options
context:
space:
mode:
authorGislene Pereira <gislene01@gmail.com>2015-12-01 12:29:33 -0200
committerPixelated <pixelated@pix-poa-1>2015-12-03 21:16:58 -0200
commit10d378faf09ec71147994ba0c47033f1745272b3 (patch)
treeb3bc0e7a1b9b339a4e88951b7586faffaa949669 /web-ui/app/templates/page
parent1e0032ceaeb50e0c557f57dd7e1cfb34397b28e3 (diff)
Issue #411 - Display user email in user settings popup [w/ @jeffhsta]
Diffstat (limited to 'web-ui/app/templates/page')
-rw-r--r--web-ui/app/templates/page/user_settings_box.hbs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/templates/page/user_settings_box.hbs b/web-ui/app/templates/page/user_settings_box.hbs
index 187d603b..eb227dcf 100644
--- a/web-ui/app/templates/page/user_settings_box.hbs
+++ b/web-ui/app/templates/page/user_settings_box.hbs
@@ -4,4 +4,4 @@
<h1>User Settings</h1>
<i class="shortcut-label"></i>
</header>
-<p>$account_email</p>
+<p>{{ account_email }}</p>