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