Conflicts:
	app/views/clients/show.blade.php
This commit is contained in:
Fabian Marz 2015-02-18 23:00:37 +01:00
commit 6e9fe96f8f

View File

@ -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