mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 13:07:59 +01:00
2dedaf6638
They're now 200% prettier. <3
10 lines
201 B
PHP
10 lines
201 B
PHP
@extends('emails.plaintext.notifications._layout')
|
|
|
|
@section('content')
|
|
{{ $creatorName }} published a new track on Pony.fm!
|
|
|
|
Title: {{ $trackTitle }}
|
|
|
|
Listen to it:
|
|
{{ $notificationUrl }}
|
|
@endsection
|