Hide score until style is developed

This commit is contained in:
Eduard Urbach 2018-07-03 23:33:40 +09:00
parent 1234120628
commit 34f56031e0

View File

@ -1,8 +1,8 @@
component Genre(genre string, animes []*arn.Anime, user *arn.User, userScore float64) component Genre(genre string, animes []*arn.Anime, user *arn.User, userScore float64)
h1(title=fmt.Sprint(len(animes)) + " anime")= strings.Title(genre) h1(title=fmt.Sprint(len(animes)) + " anime")= strings.Title(genre)
if user != nil //- if user != nil
h2= fmt.Sprintf("%.1f", userScore) //- h2= fmt.Sprintf("%.1f", userScore)
.corner-buttons-hide-on-mobile .corner-buttons-hide-on-mobile
if user != nil if user != nil