summaryrefslogtreecommitdiff
path: root/resources/views
diff options
context:
space:
mode:
authorhorus2020-09-18 19:50:20 +0200
committerhorus2020-09-18 19:50:20 +0200
commitd6c6ba3e35b32047a7520be9bf09c18c9a91bfe9 (patch)
tree1250b2ece8d3e3f7de99845c1ee8d4c3ad9b6dbe /resources/views
parent6447c00b3d3b6afebfb11c64c38f0f5d7a8af77b (diff)
downloadsenpai-d6c6ba3e35b32047a7520be9bf09c18c9a91bfe9.tar.gz
bugfix
Diffstat (limited to 'resources/views')
-rw-r--r--resources/views/list_anime.blade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/list_anime.blade.php b/resources/views/list_anime.blade.php
index 11cc0fe..9596d28 100644
--- a/resources/views/list_anime.blade.php
+++ b/resources/views/list_anime.blade.php
@@ -13,7 +13,7 @@
</div>
<div class="row">
@foreach($all_anime as $anime)
-@if ( $anime->season_name != getSeason() )
+@if ( $anime->season_name != getSeason() && "airing_anime" == \Request::route()->getName() )
@once
</div>