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
9 lines
419 B
Plaintext
9 lines
419 B
Plaintext
We've recorded <%= @current_visitors %> visitors on
|
|
<a href={"https://" <> @site.domain}><%= @site.domain %></a> in the last 12 hours.
|
|
<%= if @dashboard_link do %>
|
|
<br /><br /> View dashboard: <a href={@dashboard_link}><%= @dashboard_link %></a>
|
|
<br /><br /> Something looks off? Please
|
|
<a href={@installation_link}>review your installation</a>
|
|
to verify that Plausible has been integrated correctly.
|
|
<% end %>
|