From 0cca6eec665ebe8f5a90cf24c1bf29ff49199480 Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Tue, 9 Jul 2019 23:14:54 +0100 Subject: [PATCH] #104: Added left/right key bindings to navigate through an album --- .../views/themes/base/gallery/photo.blade.php | 20 +++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/resources/views/themes/base/gallery/photo.blade.php b/resources/views/themes/base/gallery/photo.blade.php index 4119eb8..97e773d 100644 --- a/resources/views/themes/base/gallery/photo.blade.php +++ b/resources/views/themes/base/gallery/photo.blade.php @@ -33,12 +33,12 @@
@if (!is_null($previous_photo)) - @lang('gallery.previous_button') + @lang('gallery.previous_button') @endif
@if (!is_null($next_photo)) - @lang('gallery.next_button') + @lang('gallery.next_button') @endif
@@ -161,6 +161,22 @@ @push('scripts')