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
13 lines
264 B
Plaintext
13 lines
264 B
Plaintext
<%= PlausibleWeb.EmailView.greet_recipient(assigns) %>
|
|
<br /><br />
|
|
|
|
<%= @inner_content %>
|
|
<br /><br />
|
|
|
|
<%= if ee?() do %>
|
|
Regards,<br /> The Plausible Team 💌 <br /><br />
|
|
<% end %>
|
|
-- <br /><br />
|
|
<a href={plausible_url()}><%= plausible_url() %></a>
|
|
<br />
|