parent
95c8dc1d67
commit
f4008eb8c8
13 changed files with 176 additions and 5 deletions
11
fedireads/templates/snippets/user_preview.html
Normal file
11
fedireads/templates/snippets/user_preview.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<div>
|
||||
<div>
|
||||
{% include 'snippets/avatar.html' with user=user %}
|
||||
{% include 'snippets/username.html' with user=user %}
|
||||
<small>{{ user.username }}</small>
|
||||
</div>
|
||||
{% if not is_self %}
|
||||
{% include 'snippets/follow_button.html' with user=user %}
|
||||
{% endif %}
|
||||
</div>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue