From 7ab17029afdcac14f7093fb69370af029b6baa73 Mon Sep 17 00:00:00 2001 From: Luke Baker Date: Fri, 18 Aug 2017 11:10:58 -0400 Subject: [PATCH] add link to documentation in CSV download email --- app/views/idea_mailer/export_data_ready.text.html.erb | 4 ++++ app/views/idea_mailer/export_data_ready.text.plain.erb | 3 +++ 2 files changed, 7 insertions(+) diff --git a/app/views/idea_mailer/export_data_ready.text.html.erb b/app/views/idea_mailer/export_data_ready.text.html.erb index a66c5a32d..5b85ab587 100644 --- a/app/views/idea_mailer/export_data_ready.text.html.erb +++ b/app/views/idea_mailer/export_data_ready.text.html.erb @@ -10,6 +10,10 @@

The data at this url is public, so only share this link with people that you wish to have access to your data.

+

You can find our documentation for the CSV file format here:
+http://blog.allourideas.org/post/2739358388/download-your-data +

+

<%= t('items.email.thanks') %>

<%= render :partial => 'idea_mailer/signature' %> diff --git a/app/views/idea_mailer/export_data_ready.text.plain.erb b/app/views/idea_mailer/export_data_ready.text.plain.erb index 88796fa8b..eea968dfc 100644 --- a/app/views/idea_mailer/export_data_ready.text.plain.erb +++ b/app/views/idea_mailer/export_data_ready.text.plain.erb @@ -10,6 +10,9 @@ This file will be available at the URL above for the next three days. You can al The data at this url is public, so only share this link with people that you wish to have access to your data. +You can find our documentation for the CSV file format here: +http://blog.allourideas.org/post/2739358388/download-your-data + <%= t('items.email.thanks') %> <%= render :partial => 'idea_mailer/signature' %>