mirror of
https://github.com/plausible/analytics.git
synced 2024-12-24 10:02:10 +03:00
7a91ff1f5a
* replace styled_link and unstyled_link components with plan anchor tag in email templates * format * change formatting for better whitespace * use phx-no-format on bad anchor
3 lines
220 B
Plaintext
3 lines
220 B
Plaintext
<%= @invitation.email %> has rejected your invitation to <%= @invitation.site.domain %>.
|
|
<a href={Routes.site_url(PlausibleWeb.Endpoint, :settings_general, @invitation.site.domain)}>Click here</a> to view site settings.
|