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

@extends('emails.plaintext.notifications._layout')
@section('content')
{{ $creatorName }} favourited your {{ $resourceType }}, "{{ $resourceTitle }}". Yay!
Here's a link to the {{ $resourceType }}:
{{ $notificationUrl }}
@endsection