Removed horizontal line in profile

This commit is contained in:
Eduard Urbach 2017-09-30 15:05:25 +02:00
parent 025a7c431d
commit 3caad5cb0d

View File

@ -89,7 +89,6 @@ component ProfileNavigation(viewUser *arn.User, uri string)
span.tab-text Followers
if strings.Contains(uri, "/animelist")
hr
StatusTabs("/+" + viewUser.Nick + "/animelist")
component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList, threads []*arn.Thread, posts []*arn.Post, tracks []*arn.SoundTrack, uri string)