Pony.fm/resources/views/emails/plaintext/notifications/new-playlist.blade.php
Peter Deltchev 2dedaf6638 #25: Upgraded email templates to use Foundation for Emails.
They're now 200% prettier. <3
2016-12-26 18:35:18 -08:00

10 lines
205 B
PHP

@extends('emails.plaintext.notifications._layout')
@section('content')
{{ $creatorName }} created a new playlist on Pony.fm!
Title: {{ $playlistTitle }}
Listen to it:
{{ $notificationUrl }}
@endsection