e16cc21b0a
- Adds a button in Account Settings where you can request a ZIP export of your Fizzy data - Export files are created in the background. When ready, a link to download them is sent to the requester. - Exports expire after 24 hours. And are limited to 10 per day.
7 lines
305 B
Plaintext
7 lines
305 B
Plaintext
<h1 class="title">Your export is ready</h1>
|
|
<p class="subtitle">Your Fizzy data export has finished processing and is ready to download.</p>
|
|
|
|
<p><%= link_to "Download your export", account_export_url(@export) %></p>
|
|
|
|
<p class="footer">Need help? <%= mail_to "support@fizzy.do", "Send us an email" %>.</p>
|