瀏覽代碼

Minor fix

Samson Mutunga 1 年之前
父節點
當前提交
bec525c234

+ 1 - 1
resources/views/app/patient/company-client/customers.blade.php

@@ -54,7 +54,7 @@
                 @if(!count($customers))
                     <tr>
                         <td colspan="6">
-                            @include('app.patient.company-client.partials.create-company-client-customer-form')
+                            @include('app.patient.company-client.partials.create-company-client-customer-form', ['button' => 'btn btn-primary text-white'])
                         </td>
                     </tr>
                 @endif

+ 1 - 1
resources/views/app/patient/company-client/partials/create-company-client-customer-form.blade.php

@@ -1,5 +1,5 @@
 <div moe relative class="">
-    <a href="#" start show class="col-2-button">
+    <a href="#" start show class="{{ @$button }}">
     + Add Patient as Customer
     </a>
     <form url="/api/customer/create" class="mcp-theme-1">