mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Small changes
This commit is contained in:
parent
80c06f6849
commit
789f2bfa0a
@ -1,7 +1,5 @@
|
||||
<div id="stripe--payment-container">
|
||||
@unless(isset($show_name) && $show_name == false)
|
||||
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.name')])
|
||||
<input class="input w-full" id="cardholder-name" type="text" placeholder="{{ ctrans('texts.name') }}">
|
||||
@endcomponent
|
||||
@endunless
|
||||
@component('portal.ninja2020.components.general.card-element', ['title' => ctrans('texts.name')])
|
||||
<input class="input w-full" id="cardholder-name" type="text" placeholder="{{ ctrans('texts.name') }}">
|
||||
@endcomponent
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user