diff options
| author | horus | 2020-07-19 20:45:16 +0200 |
|---|---|---|
| committer | horus | 2020-07-19 20:45:16 +0200 |
| commit | e91f5a849e93ac52073921690ea960d9ea5e08e0 (patch) | |
| tree | 32b5658a3ef184c5d3f26c1c33c5cd5d8721d7c2 /resources/views/list.blade.php | |
| parent | ea7f3c9c9ca72ee6efa9c345506ea9c92cdf1691 (diff) | |
| download | curious-e91f5a849e93ac52073921690ea960d9ea5e08e0.tar.gz | |
Minor wording
Diffstat (limited to 'resources/views/list.blade.php')
| -rw-r--r-- | resources/views/list.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/list.blade.php b/resources/views/list.blade.php index f067e2f..577a2ed 100644 --- a/resources/views/list.blade.php +++ b/resources/views/list.blade.php @@ -125,7 +125,7 @@ <div class="col"> <h3 class="card-subtitle">Discussed on</h3> <ul class="list-unstyled"> - @foreach ( $article->where('id', $article->article_id)->first()->getDiscussions()->orderBy('comments', 'desc')->get() as $discussion ) + @foreach ( $article->where('id', $article->article_id)->first()->getDiscussions()->orderBy('posted_on', 'desc')->get() as $discussion ) @if ( 0 != $discussion->comments ) <li> <a class="card-links" href="{{ $discussion->source_url }}"> |
