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

@extends('emails.plaintext.notifications._layout')
@section('content')
Congrats! {{ $creatorName }} is now following you on Pony.fm!
Here's a link to their profile:
{{ $notificationUrl }}
@endsection