mirror of
https://github.com/plausible/analytics.git
synced 2024-12-24 10:02:10 +03:00
70997abfc7
* Turn .eex templates into .heex * Add new compile-time presets to `PlausibleWeb` * Fix remaining templates * Update static components * Update live components * Update live views * Update rest of the owl * Update mjml template * Format * Format * Revert MJML stuff, it's coupled with EEx * yawn at test * Get rid of `FormHelpers` module * Ensure YOU label shows up first on IP rules list * Update lib/plausible_web/templates/email/welcome_email.html.heex Co-authored-by: Artur Pata <artur.pata@gmail.com> * Fix create site email link * Fix server error markup (and turn thanks into heex) * Format --------- Co-authored-by: Artur Pata <artur.pata@gmail.com>
6 lines
322 B
Plaintext
6 lines
322 B
Plaintext
Your <%= Plausible.product_name() %> export for <%= @site.domain %> has encountered an error and was unsuccessful.
|
|
Sorry for the trouble this may have caused. <br /><br /> Please attempt to export your data again.
|
|
<%= if ee?() do %>
|
|
Should the problem persist, do reply to this email so we can assist. Thanks!
|
|
<% end %>
|