From e1f9ec15711db0b5494ce50ef63aac9f1d7b24f8 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Fri, 4 Mar 2016 16:03:55 +0200 Subject: [PATCH] Small style fix --- resources/views/public/header.blade.php | 2 +- resources/views/public_list.blade.php | 12 ++---------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/resources/views/public/header.blade.php b/resources/views/public/header.blade.php index fced16727243..ebc8874b1dd2 100644 --- a/resources/views/public/header.blade.php +++ b/resources/views/public/header.blade.php @@ -142,7 +142,7 @@
@if (!isset($hideLogo) || !$hideLogo) -
Copyright ©2015 Invoice Ninja. All rights reserved.
+
Copyright ©{{ date('Y') }} Invoice Ninja. All rights reserved.
@endif
diff --git a/resources/views/public_list.blade.php b/resources/views/public_list.blade.php index a5868073cb4d..7379ccf43737 100644 --- a/resources/views/public_list.blade.php +++ b/resources/views/public_list.blade.php @@ -25,7 +25,7 @@ -
+

 

@@ -46,13 +46,5 @@

 

-

 

- - - -@stop +@stop \ No newline at end of file