diff --git a/app/appConf/routes.php b/app/appConf/routes.php index 20f14a0d..ba17aa55 100644 --- a/app/appConf/routes.php +++ b/app/appConf/routes.php @@ -110,6 +110,7 @@ $routes = [ ], 'anime.collection.view' => [ 'path' => '/anime-collection/view{/view}', + 'action' => 'view', 'tokens' => [ 'view' => ALPHA_SLUG_PATTERN, ], @@ -119,6 +120,12 @@ $routes = [ 'action' => 'delete', 'verb' => 'post', ], + 'anime.collection.redirect' => [ + 'path' => '/anime-collection', + ], + 'anime.collection.redirect2' => [ + 'path' => '/anime-collection/', + ], // --------------------------------------------------------------------- // Manga Collection Routes // --------------------------------------------------------------------- diff --git a/app/views/anime/cover.php b/app/views/anime/cover.php index 60e08632..9c872607 100644 --- a/app/views/anime/cover.php +++ b/app/views/anime/cover.php @@ -5,6 +5,9 @@
+ |
= $item['anime']['title'] ?>
diff --git a/app/views/collection/cover.php b/app/views/collection/cover.php
index 97eb1fc2..77be67fd 100644
--- a/app/views/collection/cover.php
+++ b/app/views/collection/cover.php
@@ -5,6 +5,9 @@
There's nothing here!++ +
$items): ?>
@@ -19,6 +22,19 @@
+
+
+
+
+ $items): ?>
+
diff --git a/app/views/collection/edit.php b/app/views/collection/edit.php
index c397eadc..1a56900b 100644
--- a/app/views/collection/edit.php
+++ b/app/views/collection/edit.php
@@ -26,7 +26,7 @@
= $name ?>+ | diff --git a/app/views/collection/list.php b/app/views/collection/list.php index 19f74239..d1c2dea8 100644 --- a/app/views/collection/list.php +++ b/app/views/collection/list.php @@ -5,6 +5,9 @@ |
Actions | + +Title | +Episode Count | +Episode Length | +Show Type | +Age Rating | +Genres | +Notes | +
---|