From 252341fd5c4b04e212cfac2907d6b95762bf01de Mon Sep 17 00:00:00 2001 From: snipe Date: Thu, 4 Oct 2018 20:35:07 -0700 Subject: [PATCH] Pulled help icon text into its own blade --- resources/views/hardware/audit.blade.php | 2 +- resources/views/partials/more-info.blade.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 resources/views/partials/more-info.blade.php diff --git a/resources/views/hardware/audit.blade.php b/resources/views/hardware/audit.blade.php index 7b3de62d6a..6e996c1b56 100644 --- a/resources/views/hardware/audit.blade.php +++ b/resources/views/hardware/audit.blade.php @@ -60,7 +60,7 @@ Update asset location - + @include ('partials.more-info', ['helpText' => 'Checking this box will edit the asset record to reflect this new location. Leaving it unchecked will simply note the location in the audit log.

Note that is this asset is checked out, it will not change the location of the person, asset or location it is checked out to.']) diff --git a/resources/views/partials/more-info.blade.php b/resources/views/partials/more-info.blade.php new file mode 100644 index 0000000000..42c0e62951 --- /dev/null +++ b/resources/views/partials/more-info.blade.php @@ -0,0 +1 @@ +