From 9a56625f0980e14cab3fb5e6711cdaa2878995a1 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 9 Mar 2017 19:18:11 +0000 Subject: [PATCH] Use Laravel pagination links. Closes #2415 --- resources/lang/en/cachet.php | 16 +++++++--------- resources/lang/en/pagination.php | 4 ++-- .../views/partials/modules/timeline.blade.php | 4 ++-- 3 files changed, 11 insertions(+), 13 deletions(-) diff --git a/resources/lang/en/cachet.php b/resources/lang/en/cachet.php index 5f274993..65cc67b2 100644 --- a/resources/lang/en/cachet.php +++ b/resources/lang/en/cachet.php @@ -27,15 +27,13 @@ return [ // Incidents 'incidents' => [ - 'none' => 'No incidents reported', - 'past' => 'Past Incidents', - 'previous_week' => 'Previous week', - 'next_week' => 'Next week', - 'stickied' => 'Stickied Incidents', - 'scheduled' => 'Scheduled Maintenance', - 'scheduled_at' => ', scheduled :timestamp', - 'posted' => 'Posted :timestamp', - 'status' => [ + 'none' => 'No incidents reported', + 'past' => 'Past Incidents', + 'stickied' => 'Stickied Incidents', + 'scheduled' => 'Scheduled Maintenance', + 'scheduled_at' => ', scheduled :timestamp', + 'posted' => 'Posted :timestamp', + 'status' => [ 1 => 'Investigating', 2 => 'Identified', 3 => 'Watching', diff --git a/resources/lang/en/pagination.php b/resources/lang/en/pagination.php index add1092a..0ee724cf 100644 --- a/resources/lang/en/pagination.php +++ b/resources/lang/en/pagination.php @@ -22,7 +22,7 @@ return [ | */ - 'previous' => '« Previous', - 'next' => 'Next »', + 'previous' => 'Previous', + 'next' => 'Next', ]; diff --git a/resources/views/partials/modules/timeline.blade.php b/resources/views/partials/modules/timeline.blade.php index 9cbc0902..e349b710 100644 --- a/resources/views/partials/modules/timeline.blade.php +++ b/resources/views/partials/modules/timeline.blade.php @@ -11,14 +11,14 @@ @if($can_page_backward) @endif @if($can_page_forward) @endif