Added anime list comparison

This commit is contained in:
2017-10-21 19:16:11 +02:00
parent 1a693fec05
commit 6c0f8a6318
7 changed files with 172 additions and 0 deletions

View File

@ -61,6 +61,10 @@ component ProfileHeader(viewUser *arn.User, user *arn.User, uri string)
button.profile-action.action(data-action="unfollowUser", data-trigger="click", data-api="/api/userfollows/" + user.ID + "/remove/" + viewUser.ID)
Icon("user-times")
span Unfollow
a.button.profile-action.ajax(href="/compare/animelist/" + user.Nick + "/" + viewUser.Nick)
Icon("exchange")
span Compare
ProfileNavigation(viewUser, uri)