diff --git a/app/views/anime/cover.php b/app/views/anime/cover.php index b3526d68..b43dc9d3 100644 --- a/app/views/anime/cover.php +++ b/app/views/anime/cover.php @@ -6,6 +6,12 @@
- - | Title | -Airing Status | -Score | -Type | -Progress | -Rated | -Attributes | -Notes | -Genres | -|||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- Edit - | - -
-
- = array_shift($item['anime']['titles']) ?>
-
-
- = $title ?> - - |
- = $item['airing']['status'] ?> | -= $item['user_rating'] ?> / 10 | -= $item['anime']['type'] ?> | -
- Episodes: - = $item['episodes']['watched'] ?> / = $item['episodes']['total'] ?> - |
- = $item['anime']['age_rating'] ?> | -
-
There's nothing here!+ +
|
+
+ = $escape->html($item['notes']) ?> + |
+ + + = implode(', ', $item['anime']['genres']) ?> + | +
- - | Title | -Rating | -Completed Chapters | -# of Volumes | -Attributes | -Type | -Genres | -||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- Edit - | - -
-
- = array_shift($item['manga']['titles']) ?>
-
-
- = $title ?> - - |
- = $item['user_rating'] ?> / 10 | -= $item['chapters']['read'] ?> / = $item['chapters']['total'] ?> | -= $item['volumes']['total'] ?> | -
-
There's nothing here!+ +
|
+ = $item['manga']['type'] ?> | ++ = implode(', ', $item['manga']['genres']) ?> + | +