diff options
author | Gislene Pereira <gislene01@gmail.com> | 2015-12-01 12:29:33 -0200 |
---|---|---|
committer | Pixelated <pixelated@pix-poa-1> | 2015-12-03 21:16:58 -0200 |
commit | 10d378faf09ec71147994ba0c47033f1745272b3 (patch) | |
tree | b3bc0e7a1b9b339a4e88951b7586faffaa949669 /web-ui/app/templates | |
parent | 1e0032ceaeb50e0c557f57dd7e1cfb34397b28e3 (diff) |
Issue #411 - Display user email in user settings popup [w/ @jeffhsta]
Diffstat (limited to 'web-ui/app/templates')
-rw-r--r-- | web-ui/app/templates/page/user_settings_box.hbs | 2 |
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> |