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 4d04718 commit ef6da73Copy full SHA for ef6da73
lib/plausible_web/templates/email/export_success.html.heex
@@ -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.
+<p>
+ Your <%= Plausible.product_name() %> export for <%= @site.domain %> is now ready for download.
+</p>
4
+<p>Please click <a href={@download_url}>here</a> to start the download process.</p>
5
<%= if @expires_in do %>
- Note that this link will expire <%= @expires_in %>.
6
+ <p>Note that this link will expire <%= @expires_in %>.</p>
7
<% end %>
0 commit comments