diff --git a/.gitignore b/.gitignore index cf44b717..9a13d5e9 100644 --- a/.gitignore +++ b/.gitignore @@ -13,7 +13,7 @@ composer.lock *.sqlite *.db *.sqlite3 -apidocs/* +apidocs/** tests/test_data/sessions/* cache.properties build/** @@ -27,5 +27,6 @@ phinx.yml Caddyfile build/humbuglog.txt public/images/anime/** +public/images/avatars/** public/images/manga/** public/images/characters/** \ No newline at end of file diff --git a/app/views/me.php b/app/views/me.php index f0f26405..e9112f81 100644 --- a/app/views/me.php +++ b/app/views/me.php @@ -9,7 +9,12 @@ - + + " alt="" />

@@ -65,13 +70,13 @@

Favorite Characters

- + $char): ?>
generate('character', ['slug' => $char['slug']]) ?>
a($link, $char['name']); ?>
- img($char['image']['original']) ?> + img($urlGenerator->assetUrl('images/characters', "{$char['id']}.jpg")) ?>
@@ -88,7 +93,7 @@ $titles = Kitsu::filterTitles($anime); ?> - + " width="220" alt="" />
@@ -112,7 +117,7 @@ $titles = Kitsu::filterTitles($manga); ?> - + " width="220" alt="" />