a
This commit is contained in:
parent
fdab9054de
commit
afdf5f8d43
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
|||
<summary>
|
||||
<%= followers.length %> followers
|
||||
</summary>
|
||||
<div class='flex-direction: row;'>
|
||||
<div class='flex-row'>
|
||||
<% for (let user of followers) { %>
|
||||
<%- include('user-clickable.ejs', {user: user.username}) %>
|
||||
<%} %>
|
||||
|
|
Loading…
Reference in a new issue