Hide score until style is developed
This commit is contained in:
parent
1234120628
commit
34f56031e0
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user