Initial Spark Install

This commit is contained in:
Deon George
2017-11-03 16:26:07 +11:00
commit b1a5807eb3
766 changed files with 128896 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
Hi!
<br><br>
{{ $invitation->team->owner->name }} has invited you to join their {{ Spark::teamString() }}!
<br><br>
Since you already have an account, you may accept the invitation from your
account settings screen.
<br><br>
See you soon!

View File

@@ -0,0 +1,14 @@
Hi!
<br><br>
{{ $invitation->team->owner->name }} has invited you to join their {{ Spark::teamString() }}! If you do not already have an account,
you may click the following link to get started:
<br><br>
<a href="{{ url('register?invitation='.$invitation->token) }}">{{ url('register?invitation='.$invitation->token) }}</a>
<br><br>
See you soon!