diff options
Diffstat (limited to 'resources/views/list.blade.php')
| -rw-r--r-- | resources/views/list.blade.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/views/list.blade.php b/resources/views/list.blade.php index 5b64214..575af7c 100644 --- a/resources/views/list.blade.php +++ b/resources/views/list.blade.php @@ -75,6 +75,8 @@ Have a deep view into what people are curious about. </p> </div> + @elseif ( "show" == Request::route()->getName() ) + <!-- single article. show nothing --> @else <h1 class="card-header"> {{ ucwords(Request::route()->getName()) }} Articles |
