Pony.fm/resources/views/emails/plaintext/notifications/new-comment-content.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
251 B
PHP

@extends('emails.plaintext.notifications._layout')
@section('content')
{{ $creatorName }} left a comment on your {{ $resourceType }}, "{{ $resourceTitle }}"!
Visit the following link to read the comment and reply:
{{ $notificationUrl }}
@endsection