I'm looking for some samples of customer notifications . The standard notification we have is horrible and not easily read by my users.
I'm very green when it comes to creating these and hoping some can share what they've done.
<div class="jsd-reply-marker-hint">
Reply above this line.
</div>
<div class="jsd-message-content">
${message.content}
</div>
<p>
<a class="jsd-issue-link" href="${request.url}">View request</a>
<span class="jsd-link-separator">·</span>
<a class="jsd-unsubscribe-link" href="${request.disable.notifications.url}">Turn off this request's notifications</a>
</p>
<p class="jsd-request-sharedwith">
This is shared with ${request.sharedwith}.
</p>