mirror of
https://github.com/plausible/analytics.git
synced 2024-12-20 08:01:48 +03:00
16 lines
730 B
Elixir
16 lines
730 B
Elixir
|
Hey,
|
||
|
<br /><br />
|
||
|
<%= @invitation.inviter.email %> has request to transfer the ownership of <%= @invitation.site.domain %> site on Plausible Analytics to you.
|
||
|
<%= if @new_owner_account do %>
|
||
|
<%= link("Click here", to: Routes.site_url(PlausibleWeb.Endpoint, :index)) %> to view and respond to the invitation.
|
||
|
<% else %>
|
||
|
<%= link("Click here", to: Routes.auth_url(PlausibleWeb.Endpoint, :register_form), invitation: @invitation.invitation_id) %> to create your account.
|
||
|
<br /><br />
|
||
|
Plausible is a lightweight and open-source website analytics tool. We hope you like our simple and ethical approach to tracking website visitors.
|
||
|
<% end %>
|
||
|
<br /><br />
|
||
|
Thanks,<br />
|
||
|
Uku and Marko<br />
|
||
|
--<br />
|
||
|
<%= plausible_url() %><br />
|