mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 17:14:31 -04:00
Merge branch 'master' of https://github.com/fabianmarz/invoice-ninja
Conflicts: app/views/clients/show.blade.php
This commit is contained in:
commit
6e9fe96f8f
@ -10,11 +10,6 @@
|
|||||||
{{ Former::text('id')->value($client->public_id) }}
|
{{ Former::text('id')->value($client->public_id) }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@if ($gatewayLink)
|
|
||||||
{{ Button::link($gatewayLink, trans('texts.view_in_stripe'), ['target' => '_blank']) }}
|
|
||||||
@endif
|
|
||||||
|
|
||||||
@if ($client->trashed())
|
|
||||||
@if ($client->trashed())
|
@if ($client->trashed())
|
||||||
{{ Button::primary(trans('texts.restore_client'), ['onclick' => 'onRestoreClick()']) }}
|
{{ Button::primary(trans('texts.restore_client'), ['onclick' => 'onRestoreClick()']) }}
|
||||||
@else
|
@else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user