Преглед изворни кода

fix: 🐛 Merge missing hidden product in form

IceToast пре 2 година
родитељ
комит
fda40fe8bc
1 измењених фајлова са 5 додато и 5 уклоњено
  1. 5 5
      themes/default/views/servers/create.blade.php

+ 5 - 5
themes/default/views/servers/create.blade.php

@@ -229,7 +229,8 @@
                                     </div>
                                     <div class="mt-auto border rounded border-secondary">
                                         <div class="d-flex justify-content-between p-2">
-                                            <span class="d-inline-block mr-4" x-text="'{{ __('Price') }}' + ' (' + product.billing_period + ')'">
+                                            <span class="d-inline-block mr-4"
+                                                x-text="'{{ __('Price') }}' + ' (' + product.billing_period + ')'">
                                             </span>
                                             <span class="d-inline-block"
                                                 x-text="product.price + ' {{ CREDITS_DISPLAY_NAME }}'"></span>
@@ -250,13 +251,12 @@
                                     </div>
                                 </div>
                             </div>
+                        </template>
                     </div>
-                    </template>
                 </div>
-        </div>
 
-        </form>
-        <!-- END FORM -->
+            </form>
+            <!-- END FORM -->
 
         </div>
     </section>