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