Skip to content

Commit ef6da73

Browse files
committed
fix ci
1 parent 4d04718 commit ef6da73

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
Your <%= Plausible.product_name() %> export for <%= @site.domain %> is now ready for download.
2-
Please click <a href={@download_url}>here</a>
3-
to start the download process.
1+
<p>
2+
Your <%= Plausible.product_name() %> export for <%= @site.domain %> is now ready for download.
3+
</p>
4+
<p>Please click <a href={@download_url}>here</a> to start the download process.</p>
45
<%= if @expires_in do %>
5-
Note that this link will expire <%= @expires_in %>.
6+
<p>Note that this link will expire <%= @expires_in %>.</p>
67
<% end %>

0 commit comments

Comments
 (0)