added support for inviting list collaborators
This commit is contained in:
parent
cd2c8adaa8
commit
0787b75780
21 changed files with 393 additions and 34 deletions
7
resources/views/email/list-collaborator-invite.blade.php
Normal file
7
resources/views/email/list-collaborator-invite.blade.php
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<div>
|
||||
<h1>Welcome to the fucking show</h1>
|
||||
|
||||
<p>You have been invited to collaborate on {{$movieList->name}}</p>
|
||||
<a href="{{ $acceptUrl }}">Click here to accept</a>
|
||||
<a href="{{ $declineUrl }}">Click here to decline</a>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue