Merge branch 'master' of https://github.com/fabianmarz/invoice-ninja
Conflicts: app/views/clients/show.blade.php
This commit is contained in:
commit
6e9fe96f8f
1 changed files with 0 additions and 5 deletions
|
|
@ -10,11 +10,6 @@
|
|||
{{ Former::text('id')->value($client->public_id) }}
|
||||
</div>
|
||||
|
||||
@if ($gatewayLink)
|
||||
{{ Button::link($gatewayLink, trans('texts.view_in_stripe'), ['target' => '_blank']) }}
|
||||
@endif
|
||||
|
||||
@if ($client->trashed())
|
||||
@if ($client->trashed())
|
||||
{{ Button::primary(trans('texts.restore_client'), ['onclick' => 'onRestoreClick()']) }}
|
||||
@else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue