mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Update credit_card.blade.php
This commit is contained in:
parent
d45ae2c50b
commit
139e0a4b0e
@ -632,7 +632,7 @@
|
||||
<p> </p>
|
||||
<center>
|
||||
@if (isset($invitation))
|
||||
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
|
||||
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo(HTMLUtils::previousUrl('/')) !!}
|
||||
|
||||
@endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user