We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5d9e0d commit c70dfe4Copy full SHA for c70dfe4
lib/plausible_web/templates/email/spike_notification.html.heex
@@ -1,10 +1,11 @@
1
There are currently <b>{@current_visitors}</b>
2
visitors
3
<%= if Plausible.Sites.consolidated?(@site) do %>
4
- across all your sites
+ across all your sites.
5
<% else %>
6
- on <a href={"https://" <> @site.domain}>{@site.domain}</a>
7
-<% end %>. <br />
+ on <a href={"https://" <> @site.domain}>{@site.domain}</a>.
+<% end %>
8
+<br />
9
<%= if Enum.count(@sources) > 0 do %>
10
<br /> The top sources for current visitors:<br />
11
<ul>
0 commit comments