Files
Teedy_custom/docs-web/src/main/webapp/partial/settings.user.edit.html
T
2013-08-08 20:17:16 +02:00

13 lines
265 B
HTML

<h2>{{ user.username }}</h2>
<dl class="dl-horizontal">
<dt>E-mail</dt>
<dd>{{ user.email }}</dd>
</dl>
<dl class="dl-horizontal">
<dt>Theme</dt>
<dd>{{ user.theme }}</dd>
</dl>
<dl class="dl-horizontal">
<dt>Locale</dt>
<dd>{{ user.locale }}</dd>
</dl>