summaryrefslogtreecommitdiff
path: root/app/views/notify/instance_access_request_email.html.haml
blob: 87bc655164bb16de15c29002ef38726b7c2f3bc4 (plain)
1
2
3
4
5
6
7
8
9
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)