Make viewed emails more descriptive.

This commit is contained in:
mdpoulter
2020-01-27 14:47:02 +02:00
parent 5dcc7b9efd
commit 3401ca049e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
@component('mail::message') @component('mail::message')
# Introduction # Introduction
Customer viewed this Estimate. {{ $data['user']['name'] }} viewed this Estimate.
@component('mail::button', ['url' => url('/admin/estimates/'.$data['estimate']['id'].'/view')]) @component('mail::button', ['url' => url('/admin/estimates/'.$data['estimate']['id'].'/view')])
Estimate Estimate

View File

@ -1,6 +1,6 @@
@component('mail::message') @component('mail::message')
# Introduction # Introduction
Customer viewed this Invoice. {{ $data['user']['name'] }} viewed this Invoice.
@component('mail::button', ['url' => url('/admin/invoices/'.$data['invoice']['id'].'/view')]) @component('mail::button', ['url' => url('/admin/invoices/'.$data['invoice']['id'].'/view')])
Invoice Invoice