Added activity feed
This commit is contained in:
layout/sidebar
mixins
pages
activity
explore
index/coreroutes
post
profile
thread
@ -7,6 +7,9 @@ component ExploreAnime(animes []*arn.Anime, year string, season string, status s
|
||||
button.action(data-trigger="click", data-action="toggleHideAddedAnime", title="Hide anime in my collection")
|
||||
RawIcon("eye-slash")
|
||||
|
||||
a.button(href="/calendar", title="Calendar")
|
||||
RawIcon("calendar")
|
||||
|
||||
a.button(href="/halloffame", title="Hall of Fame")
|
||||
RawIcon("trophy")
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
component HallOfFame(entries []*utils.HallOfFameEntry, user *arn.User)
|
||||
h1.hall-of-fame-page-title Hall of Fame
|
||||
.footer Best TV series for each year.
|
||||
.footer Most popular TV series for each year.
|
||||
|
||||
.hall-of-fame
|
||||
each entry in entries
|
||||
|
Reference in New Issue
Block a user