Improved user profiles

This commit is contained in:
2017-07-03 17:33:57 +02:00
parent dd974ed99a
commit 4f6ffd969d
9 changed files with 25 additions and 14 deletions

View File

@ -4,7 +4,7 @@ component TrackList(tracks []*arn.SoundTrack, viewUser *arn.User, user *arn.User
h2.page-title= "Tracks added by " + viewUser.Nick
if len(tracks) == 0
p.no-data No tracks added.
p.no-data.mountable= viewUser.Nick + " hasn't added any tracks yet."
else
.sound-tracks
each track in tracks