visuddhinanda 2 년 전
부모
커밋
828a1496b7
2개의 변경된 파일25개의 추가작업 그리고 0개의 파일을 삭제
  1. 13 0
      resources/views/emails/invite/en-US.blade.php
  2. 12 0
      resources/views/emails/invite/zh-Hant.blade.php

+ 13 - 0
resources/views/emails/invite/en-US.blade.php

@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <title>invite</title>
+</head>
+<body>
+<div>wikipali sign up invitation</div>
+<div>click this link to sign up on wikipali.</div>
+<div><a href='{{ $url }}'>{{ $url }}</a></div>
+<div>This email is sent automatically by system, please don't reply.</div>
+
+</body>
+</html>

+ 12 - 0
resources/views/emails/invite/zh-Hant.blade.php

@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+    <head>
+        <title>invite</title>
+    </head>
+<body>
+<div>wikipali 註冊邀請</div>
+<div>點選此鏈接註冊wikipali賬號。此鏈接邀請隻可以註冊一個賬戶。</div>
+<div><a href='{{ $url }}'>{{ $url }}</a></div>
+<div>此郵件為係統自動發送,請勿回複。</div>
+</body>
+</html>