Minor changes
This commit is contained in:
@ -8,7 +8,7 @@ import (
|
||||
|
||||
// Get ...
|
||||
func Get(ctx *aero.Context) string {
|
||||
id, _ := ctx.GetInt("id")
|
||||
id := ctx.Get("id")
|
||||
anime, err := arn.GetAnime(id)
|
||||
|
||||
if err != nil {
|
||||
|
@ -1,6 +1,6 @@
|
||||
component Profile(viewUser *arn.User, user *arn.User)
|
||||
.profile
|
||||
.profile-cover(style=viewUser.CoverImageStyle())
|
||||
//- .profile-cover(style=viewUser.CoverImageStyle())
|
||||
|
||||
.image-container
|
||||
ProfileImage(viewUser)
|
||||
|
Reference in New Issue
Block a user