summaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorhorus2020-09-16 11:20:49 +0200
committerhorus2020-09-16 11:20:49 +0200
commitfec5158cd4b1b18151759257ce967ef809294506 (patch)
tree2939e4e4acf5e9d7f62583bc5671fd15ec0bca77 /resources
parent323b58e4270f72aac0d841c1b56a3c42d26dbf02 (diff)
downloadsenpai-fec5158cd4b1b18151759257ce967ef809294506.tar.gz
remove dead code
Diffstat (limited to 'resources')
-rw-r--r--resources/views/list_anime.blade.php18
1 files changed, 0 insertions, 18 deletions
diff --git a/resources/views/list_anime.blade.php b/resources/views/list_anime.blade.php
index fc17a1d..65b45d5 100644
--- a/resources/views/list_anime.blade.php
+++ b/resources/views/list_anime.blade.php
@@ -45,24 +45,6 @@
</div>
</div>
-
-<!--
- <div class="col-sm-4 col-lg-3">
- <a href="/anime/{{ $anime->mal_id}}" title="Click for more data">
- <img src="{{ $anime->image_url }}" class="img-fluid" style="margin-bottom: 10px;">
- </a>
- </div>
- <div class="col-sm-8 col-lg-9">
- <h2>{{ $anime->title_pref }}</h2>
- {!! replaceSpecialChars(e($anime->synopsis)) !!}
- <br>
- <br>
- <a href="/anime/{{ $anime->mal_id}}" title="Click for more data">
- Click for more data
- </a>
- </div>
--->
- <!--{!! str_replace("%%br%%", "<br>", e($anime->synopsis)) !!}-->
@endforeach
</div>