mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix cancel link on payment page
This commit is contained in:
parent
032efd5c22
commit
3e60917999
@ -316,7 +316,7 @@
|
|||||||
<p> </p>
|
<p> </p>
|
||||||
<center>
|
<center>
|
||||||
@if (isset($invitation))
|
@if (isset($invitation))
|
||||||
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo(HTMLUtils::previousUrl('/credits')) !!}
|
{!! Button::normal(strtoupper(trans('texts.cancel')))->large()->asLinkTo($invitation->getLink()) !!}
|
||||||
|
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user