This commit is contained in:
2017-07-05 21:23:59 +02:00
parent ca1c5838bf
commit 50c0e543d5
3 changed files with 23 additions and 3 deletions

View File

@ -25,7 +25,7 @@ component AnimeListItem(viewUser *arn.User, item *arn.AnimeListItem, anime *arn.
InputTextArea("Notes", item.Notes, "Notes", "Your notes")
.buttons.mountable
a.ajax.button(href="/+" + viewUser.Nick + "/animelist")
a.ajax.button(href="/+" + viewUser.Nick + "/animelist/watching")
Icon("list")
span View collection
a.ajax.button(href=anime.Link())