mirror of
https://github.com/sismics/docs.git
synced 2025-12-16 03:06:22 +00:00
Users viewing
This commit is contained in:
13
docs-web/src/main/webapp/partial/settings.user.edit.html
Normal file
13
docs-web/src/main/webapp/partial/settings.user.edit.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user