diff --git a/app/views/anime/list.php b/app/views/anime/list.php
index 87877b26..d503ccc3 100644
--- a/app/views/anime/list.php
+++ b/app/views/anime/list.php
@@ -14,6 +14,7 @@
Type |
Progress |
Rated |
+ Notes |
Genres |
@@ -26,15 +27,16 @@
= $item['anime']['alternate_title'] ?> |
- = $item['anime']['status'] ?> |
- = (int)($item['rating']['value'] * 2) ?> / 10 |
- = $item['anime']['show_type'] ?> |
- Episodes: = $item['episodes_watched'] ?> / = $item['anime']['episode_count'] ?> |
+ = $item['airing']['status'] ?> |
+ = $item['user_rating'] ?> / 10 |
+ = $item['anime']['type'] ?> |
+ Episodes: = $item['episodes']['watched'] ?> / = $item['episodes']['total'] ?> |
= $item['anime']['age_rating'] ?> |
+ = $item['notes'] ?> |
- = $genre['name'] ?>
+ = $genre ?>
|
diff --git a/app/views/collection/list.php b/app/views/collection/list.php
index 5dcfae5a..ca0f208d 100644
--- a/app/views/collection/list.php
+++ b/app/views/collection/list.php
@@ -1,7 +1,7 @@
-
+
[Add Item]
-
+
There's nothing here!
@@ -17,9 +17,9 @@
Show Type |
Age Rating |
Notes |
-
+
|
-
+
@@ -42,9 +42,9 @@
= $item['show_type'] ?> |
= $item['age_rating'] ?> |
= $item['notes'] ?> |
-
+
[">Edit] |
-
+
diff --git a/app/views/login.php b/app/views/login.php
index 2d59dadd..5b3d15aa 100644
--- a/app/views/login.php
+++ b/app/views/login.php
@@ -1,7 +1,7 @@
= $message ?>