Fix cancel link on payment page
This commit is contained in:
parent
032efd5c22
commit
3e60917999
1 changed files with 1 additions and 1 deletions
|
|
@ -316,7 +316,7 @@
|
|||
<p> </p>
|
||||
<center>
|
||||
@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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue