Merge pull request #167 from Amatrelan/go
Show twist.moe eye in Planning and Dropped
This commit is contained in:
commit
920a6c061f
@ -17,7 +17,7 @@ component AnimeListScrollable(animeListItems []*arn.AnimeListItem, viewUser *arn
|
||||
a(href=item.Link(viewUser.Nick))= item.Anime().Title.ByUser(user)
|
||||
|
||||
.anime-list-item-actions
|
||||
if user != nil && item.Status == arn.AnimeListStatusWatching && user.Location.CountryName != "Japan"
|
||||
if user != nil && item.Status != arn.AnimeListStatusCompleted && user.Location.CountryName != "Japan"
|
||||
//- if user.ID == "KpdWUlPzR"
|
||||
//- a(href=arn.Nyaa.GetLink(item.Anime()), title="Search on Nyaa", target="_blank", rel="noopener")
|
||||
//- RawIcon("download")
|
||||
|
Loading…
Reference in New Issue
Block a user