Removed horizontal line in profile
This commit is contained in:
parent
025a7c431d
commit
3caad5cb0d
@ -89,7 +89,6 @@ component ProfileNavigation(viewUser *arn.User, uri string)
|
|||||||
span.tab-text Followers
|
span.tab-text Followers
|
||||||
|
|
||||||
if strings.Contains(uri, "/animelist")
|
if strings.Contains(uri, "/animelist")
|
||||||
hr
|
|
||||||
StatusTabs("/+" + viewUser.Nick + "/animelist")
|
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)
|
component Profile(viewUser *arn.User, user *arn.User, animeList *arn.AnimeList, threads []*arn.Thread, posts []*arn.Post, tracks []*arn.SoundTrack, uri string)
|
||||||
|
Loading…
Reference in New Issue
Block a user