diff --git a/content/category.blade.php b/content/list.blade.php
similarity index 98%
rename from content/category.blade.php
rename to content/list.blade.php
index 23a1d96..590b6d6 100644
--- a/content/category.blade.php
+++ b/content/list.blade.php
@@ -15,8 +15,8 @@
- @if (isset($categoryModel))
- {{ $categoryModel->description }}
+ @if (isset($listModel))
+ {{ $listModel->description }}
@else
{{ \Setting::get('description')}}
@endif
@@ -164,7 +164,7 @@
@foreach($nachrichten as $nach)
-
+
@@ -185,7 +185,7 @@
@endif
-
+
{{$nach->title}}
@@ -199,10 +199,10 @@
@endif
- @if ($nach->category)
-
+ @if ($nach->list)
+
-
{{ $nach->category->name}}
+
{{ $nach->list->name}}
@endif