diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index 7a72d96..b6866a4 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -2,15 +2,8 @@
-
-
-
-
+
-
-
-
-
@@ -47,16 +40,18 @@
-
+
-
-
+
+
-
+
+
+
@@ -80,10 +75,10 @@
-
+
-
+
@@ -100,16 +95,6 @@
-
-
-
-
-
-
-
-
-
-
@@ -123,8 +108,8 @@
-
-
+
+
@@ -132,6 +117,16 @@
+
+
+
+
+
+
+
+
+
+
@@ -168,7 +163,6 @@
-
@@ -184,10 +178,11 @@
-
+
+
@@ -423,13 +418,20 @@
1433778557857
-
+
+ 1445403749673
+
+
+ 1445403749673
+
+
+
@@ -445,7 +447,6 @@
-
@@ -672,13 +673,6 @@
-
-
-
-
-
-
-
@@ -799,14 +793,24 @@
-
+
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -815,28 +819,18 @@
-
+
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
+
-
-
+
+
@@ -865,26 +859,36 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+
-
+
+
+
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/app/models/Comment.php b/app/models/Comment.php
index ff8eab8..6045768 100644
--- a/app/models/Comment.php
+++ b/app/models/Comment.php
@@ -12,6 +12,6 @@ class Comment extends Eloquent {
}
public function scopeNeueste($query) {
- return $query->orderBy('updated_at', 'DESC')->where('bewertung', '<', 1)->take(5);
+ return $query->orderBy('updated_at', 'DESC')->take(7);
}
}
\ No newline at end of file
diff --git a/app/views/index.blade.php b/app/views/index.blade.php
index b91fed4..89113d1 100644
--- a/app/views/index.blade.php
+++ b/app/views/index.blade.php
@@ -97,14 +97,19 @@