From fbe3be169d77aa997e37e5724fc0c94d00df3dd0 Mon Sep 17 00:00:00 2001 From: James Cole Date: Mon, 8 Feb 2016 21:25:12 +0100 Subject: [PATCH] Add some fancy Schema markers. [skip ci] Signed-off-by: James Cole --- resources/views/emails/registered-html.twig | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/resources/views/emails/registered-html.twig b/resources/views/emails/registered-html.twig index 2bd4065277..eb058d39f4 100644 --- a/resources/views/emails/registered-html.twig +++ b/resources/views/emails/registered-html.twig @@ -4,15 +4,17 @@ - +

Hey there,

- Welkome to Firefly III. Your registration has made it, and this email is here to confirm it. Yay! - - + Welkome to + Firefly III. Your registration has made it, and this email is here to confirm it. Yay! +

+

+ You can now continue on , if you weren't there already.

@@ -35,6 +37,9 @@

Enjoy!

+

+ +

c

The registration has been created from IP {{ ip }} @@ -48,13 +53,14 @@ "description": "Visit Firefly III", "potentialAction": { "@type": "ViewAction", - "target": "https://geld.nder.be/", + "target": "{{ address }}", + "url": "{{ address }}", "name": "Visit Firefly III" }, "publisher": { "@type": "Organization", "name": "Firefly III", - "url": "https://geld.nder.be" + "url": "{{ address }}" } }