]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
linkify URLs in invite email
authorEvan Prodromou <evan@status.net>
Mon, 18 Apr 2011 17:30:02 +0000 (13:30 -0400)
committerEvan Prodromou <evan@status.net>
Mon, 18 Apr 2011 17:30:02 +0000 (13:30 -0400)
mail-src/invite
mail-src/invitepersonal

index 469b0cc0adbf9a746440eb513202e3eb135167d9..396a476590746cd1284dac7e9556ccb3c07e43a6 100644 (file)
@@ -10,12 +10,12 @@ It's great for meeting new people who share your interests.
 
 You can see %%arg.inviter%%'s profile page on %%site.name%% here:
 
-    %%arg.inviterurl%%
+   [%%arg.inviterurl%%](%%arg.inviterurl%%)
 
 If you'd like to try the service, click on the link below to accept
 the invitation.
 
-    %%arg.confirmurl%%
+    [%%arg.confirmurl%%](%%arg.confirmurl%%)
 
 If not, you can ignore this message. Thanks for your patience and your time.
 
index c9705479d13907cb7fdb1400e3f86ee9d8d065d2..04a972af1303b117c68a7c8102ff3121202c0b31 100644 (file)
@@ -14,12 +14,12 @@ They said:
 
 You can see %%arg.inviter%%'s profile page on %%site.name%% here:
 
-    %%arg.inviterurl%%
+   [%%arg.inviterurl%%](%%arg.inviterurl%%)
 
 If you'd like to try the service, click on the link below to accept
 the invitation.
 
-    %%arg.confirmurl%%
+    [%%arg.confirmurl%%](%%arg.confirmurl%%)
 
 If not, you can ignore this message. Thanks for your patience and your time.