From a8a857a7ce1b0fe59a91fe5252181bc72a5485fd Mon Sep 17 00:00:00 2001 From: Ludovic Date: Sat, 6 Apr 2019 13:47:22 +0200 Subject: [PATCH] Move Slider settings below radio buttons --- BTCPayServer/Views/Stores/PayButton.cshtml | 46 +++++++++++----------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/BTCPayServer/Views/Stores/PayButton.cshtml b/BTCPayServer/Views/Stores/PayButton.cshtml index 946fb016c..244760271 100644 --- a/BTCPayServer/Views/Stores/PayButton.cshtml +++ b/BTCPayServer/Views/Stores/PayButton.cshtml @@ -23,29 +23,6 @@ :class="{'is-invalid': errors.has('currency') }"> -
-
- - - {{ errors.first('min') }} -
-
- - - {{ errors.first('max') }} -
-
- - - {{ errors.first('step') }} -
-
Slider
+
+
+ + + {{ errors.first('min') }} +
+
+ + + {{ errors.first('max') }} +
+
+ + + {{ errors.first('step') }} +
+