mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-08 09:55:05 +00:00
16 lines
481 B
HTML
16 lines
481 B
HTML
<td><%= profile.display_name %></td>
|
|
<td>
|
|
<a href="/user/<%= profile.slug %>"><%= profile.mix_count%></a>
|
|
</td>
|
|
<td>
|
|
<a href="/user/<%= profile.slug %>/likes"><%= profile.like_count%></a>
|
|
</td>
|
|
<td>
|
|
<a href="/user/<%= profile.slug %>/favourites"><%= profile.favourite_count%></a>
|
|
</td>
|
|
<td>
|
|
<a href="/user/<%= profile.slug %>/followers"><%= profile.follower_count %></a>
|
|
</td>
|
|
<td><%= profile.following_count %></td>
|
|
<td><%= human_last_login %></td>
|