Added list of all tracks by one user

This commit is contained in:
2017-06-27 20:12:08 +02:00
parent 9ce39df2eb
commit c1765a23ea
4 changed files with 41 additions and 1 deletions

View File

@ -86,7 +86,8 @@ component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList,
.post-likes= len(post.Likes)
.profile-category.mountable
h3 Tracks
h3
a.ajax(href="/+" + viewUser.Nick + "/tracks", title="View all tracks") Tracks
if len(tracks) == 0
p No soundtracks posted yet.