Minor changes

This commit is contained in:
2017-06-04 01:17:00 +02:00
parent 13c87d65d8
commit dac19952db
5 changed files with 11 additions and 3 deletions

View File

@ -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 {

View File

@ -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)