From 65353fa42233efa2dc88daef101ee149afdd2522 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 8 Nov 2017 18:06:51 -0800 Subject: [PATCH] Nicer styling for purchase cost in edit form Made it more consistent with the warranty months foeld below it --- .../forms/edit/purchase_cost.blade.php | 27 ++++++++++--------- 1 file changed, 15 insertions(+), 12 deletions(-) diff --git a/resources/views/partials/forms/edit/purchase_cost.blade.php b/resources/views/partials/forms/edit/purchase_cost.blade.php index c1fdca4e2..3f94ac64f 100644 --- a/resources/views/partials/forms/edit/purchase_cost.blade.php +++ b/resources/views/partials/forms/edit/purchase_cost.blade.php @@ -1,17 +1,20 @@
- -
-
- + +
+
+ + @if (isset($currency_type)) - {{ $currency_type }} + {{ $currency_type }} @else - {{ $snipeSettings->default_currency }} - @endif - - - {!! $errors->first('purchase_cost', ' :message') !!} -
-
+ {{ $snipeSettings->default_currency }} + @endif +
+
+
+ {!! $errors->first('purchase_cost', ' :message') !!} +
+
+