Pony.fm/resources/views/emails/plaintext/notifications/new-comment-profile.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

8 lines
232 B
PHP

@extends('emails.plaintext.notifications._layout')
@section('content')
{{ $creatorName }} left a comment on your Pony.fm profile!
Visit your profile with the following link to read it and reply:
{{ $notificationUrl }}
@endsection