Update
This commit is contained in:
16
myapp/templates/inc/users.html
Normal file
16
myapp/templates/inc/users.html
Normal file
@@ -0,0 +1,16 @@
|
||||
{% raw %}
|
||||
<div class="row" v-for="(user, userIdx) in users">
|
||||
<div class="col py-2">
|
||||
<a :href="'/user/' + user.id">{{ user.name }}</a>
|
||||
|
||||
<div class="row">
|
||||
<div class="col text-muted">
|
||||
<small>
|
||||
Создан: {{ user.created }}
|
||||
</small>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
{% endraw %}
|
||||
Reference in New Issue
Block a user