mirror of
https://github.com/plausible/analytics.git
synced 2024-12-19 15:41:56 +03:00
826e900c1b
Because they aren't
14 lines
733 B
Elixir
14 lines
733 B
Elixir
Hey <%= user_salutation(@user) %>,
|
|
<br /><br />
|
|
<%= if @success do %>
|
|
Your Google Analytics import has completed successfully. The Plausible dashboard for <%= @site.domain %> now contains historical imported data from <%= date_format(@site.imported_data.start_date) %> to <%= date_format(@site.imported_data.end_date) %>
|
|
<br /><br />
|
|
<%= link("Click here", to: @link) %> to view your dashboard.
|
|
<% else %>
|
|
Unfortunately, your Google Analytics import for <%= @site.domain %> did not complete successfully. Please try again <%= if !Application.get_env(:plausible, :is_selfhost) do %>or <%= link("contact support", to: "https://plausible.io/contact") %><% end %>.
|
|
<% end %>
|
|
<br /><br />
|
|
--
|
|
<br /><br />
|
|
<%= plausible_url() %><br />
|