From b252374d394b7940162693aae7c69d1f036ac3d2 Mon Sep 17 00:00:00 2001 From: Austin Hickey Date: Mon, 1 Jul 2019 21:30:46 -0400 Subject: [PATCH 1/2] Add link to Laravel Framework validation rules/docs Small QoL fix for adding variables to eggs: References to "Laravel Framework validation rules" are now linked to the official Laravel 5.7 docs referring to the validation syntax. Links are also set to open reference in a new tab/window. --- resources/themes/pterodactyl/admin/eggs/variables.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/themes/pterodactyl/admin/eggs/variables.blade.php b/resources/themes/pterodactyl/admin/eggs/variables.blade.php index f49886ee..d84aa415 100644 --- a/resources/themes/pterodactyl/admin/eggs/variables.blade.php +++ b/resources/themes/pterodactyl/admin/eggs/variables.blade.php @@ -81,7 +81,7 @@
-

These rules are defined using standard Laravel Framework validation rules.

+

These rules are defined using standard Laravel Framework validation rules.