Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslandoga committed Oct 16, 2024
1 parent 4d04718 commit ef6da73
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions lib/plausible_web/templates/email/export_success.html.heex
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Your <%= Plausible.product_name() %> export for <%= @site.domain %> is now ready for download.
Please click <a href={@download_url}>here</a>
to start the download process.
<p>
Your <%= Plausible.product_name() %> export for <%= @site.domain %> is now ready for download.
</p>
<p>Please click <a href={@download_url}>here</a> to start the download process.</p>
<%= if @expires_in do %>
Note that this link will expire <%= @expires_in %>.
<p>Note that this link will expire <%= @expires_in %>.</p>
<% end %>

0 comments on commit ef6da73

Please sign in to comment.