From f4860ac99905a820e2bed2ccff72d16da97588bd Mon Sep 17 00:00:00 2001 From: Santiago Z Date: Tue, 1 Nov 2022 12:51:01 -0300 Subject: [PATCH] Open the contributor list link in a new tab (#14553) --- resources/views/about/index.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/about/index.blade.php b/resources/views/about/index.blade.php index a3bca99b1c..8b059cf926 100644 --- a/resources/views/about/index.blade.php +++ b/resources/views/about/index.blade.php @@ -77,7 +77,7 @@

{{ __('Contributors') }}

-

{!! __('See the list of contributors on GitHub.', ['url' => 'https://github.com/librenms/librenms/graphs/contributors']) !!}

+

{!! __('See the list of contributors on GitHub.', ['url' => 'https://github.com/librenms/librenms/graphs/contributors']) !!}

{{ __('Acknowledgements') }}