summaryrefslogtreecommitdiff
path: root/app/views/notify/instance_access_request_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/instance_access_request_email.html.haml')
-rw-r--r--app/views/notify/instance_access_request_email.html.haml10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/views/notify/instance_access_request_email.html.haml b/app/views/notify/instance_access_request_email.html.haml
new file mode 100644
index 00000000000..87bc655164b
--- /dev/null
+++ b/app/views/notify/instance_access_request_email.html.haml
@@ -0,0 +1,10 @@
+#content
+ = email_default_heading(say_hello(@recipient))
+ %p
+ = instance_access_request_text(@user, format: :html)
+ %p
+ = _("Username: %{username}") % { username: @user.username }
+ %p
+ = _("Email: %{email}") % { email: @user.email }
+ %p
+ = instance_access_request_link(@user, format: :html)