mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Bug fixes
This commit is contained in:
parent
aa3a3f174f
commit
ca4a3f24b7
@ -45,7 +45,6 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div id="secure-form" class="row">
|
<div id="secure-form" class="row">
|
||||||
<div class="col-md-7 info">
|
<div class="col-md-7 info">
|
||||||
<form>
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="form-group col-md-6">
|
<div class="form-group col-md-6">
|
||||||
{{ Former::text('first_name') }}
|
{{ Former::text('first_name') }}
|
||||||
@ -156,7 +155,6 @@
|
|||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
{{ Button::block_primary_submit_lg(strtoupper(trans('texts.pay_now')) . ' - ' . Utils::formatMoney($invoice->amount, $client->currency_id) ) }}
|
{{ Button::block_primary_submit_lg(strtoupper(trans('texts.pay_now')) . ' - ' . Utils::formatMoney($invoice->amount, $client->currency_id) ) }}
|
||||||
</div>
|
</div>
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user