From c79674281212acfc0f64c4c564a44a7a1c415ee1 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 6 Feb 2015 14:24:53 +0000 Subject: [PATCH] Only dusplay the next week button if we can go to next week --- app/views/index.blade.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/index.blade.php b/app/views/index.blade.php index ad1a3fb7..b9dbb4aa 100644 --- a/app/views/index.blade.php +++ b/app/views/index.blade.php @@ -38,11 +38,13 @@ {{ trans('cachet.incidents.previous_week') }} - + @endif @stop