mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Merge templates fix
This commit is contained in:
parent
682ce02995
commit
3a65c8905c
@ -153,8 +153,10 @@
|
|||||||
@if (count($account->account_gateways) > 1)
|
@if (count($account->account_gateways) > 1)
|
||||||
@foreach (\App\Models\Gateway::$gatewayTypes as $type)
|
@foreach (\App\Models\Gateway::$gatewayTypes as $type)
|
||||||
@if ($account->getGatewayByType($type))
|
@if ($account->getGatewayByType($type))
|
||||||
<li>${{ Utils::toCamelCase(\App\Models\GatewayType::getAliasFromId($type)) }}Link</li>
|
@if ($type != GATEWAY_TYPE_TOKEN)
|
||||||
<li>${{ Utils::toCamelCase(\App\Models\GatewayType::getAliasFromId($type)) }}Button</li>
|
<li>${{ Utils::toCamelCase(\App\Models\GatewayType::getAliasFromId($type)) }}Link</li>
|
||||||
|
<li>${{ Utils::toCamelCase(\App\Models\GatewayType::getAliasFromId($type)) }}Button</li>
|
||||||
|
@endif
|
||||||
@endif
|
@endif
|
||||||
@endforeach
|
@endforeach
|
||||||
@endif
|
@endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user