From 5fb649b59e76aa9db6e433ad8c9fc75b4b8d5fc2 Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 3 Dec 2013 19:26:01 -0500 Subject: [PATCH] Fixed error message layout --- app/views/backend/hardware/view.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/backend/hardware/view.blade.php b/app/views/backend/hardware/view.blade.php index f9c0a0ad7d..1b0d38a794 100644 --- a/app/views/backend/hardware/view.blade.php +++ b/app/views/backend/hardware/view.blade.php @@ -180,11 +180,11 @@ View Asset {{ $asset->asset_tag }} :: @if ($asset->assetstatus)

{{ $asset->assetstatus->name }} Asset
-
+
Warning: This asset has been marked {{ $asset->assetstatus->name }} and is currently undeployable. - If this status has changed, please update the asset status. + If this status has changed, please update the asset status by editing the asset.
@endif