Minor changes

This commit is contained in:
2016-11-03 00:00:17 +09:00
parent fa848a63ea
commit eacf0e2399
5 changed files with 93 additions and 16 deletions

View File

@ -42,6 +42,7 @@ component Anime(anime *arn.Anime)
each genre in anime.Genres
if genre != ""
a.light-button.ajax(href="/anime/genres/" + arn.FixGenre(genre))
i(class="fa fa-" + GenreIcons[genre] + " fa-fw")
span= genre
if len(anime.Studios) > 0