diff --git a/lib/views/alaveteli_pro/embargo_mailer/expired_alert.html.erb b/lib/views/alaveteli_pro/embargo_mailer/expired_alert.html.erb new file mode 100644 index 00000000..e3612846 --- /dev/null +++ b/lib/views/alaveteli_pro/embargo_mailer/expired_alert.html.erb @@ -0,0 +1,5 @@ +

+ Tell us how you've used your requests and get free Pro credit! +

+ +<%= simple_format(render(template: 'alaveteli_pro/embargo_mailer/expired_alert', formats: [:text])) %> diff --git a/lib/views/alaveteli_pro/embargo_mailer/expiring_alert.html.erb b/lib/views/alaveteli_pro/embargo_mailer/expiring_alert.html.erb new file mode 100644 index 00000000..c9475145 --- /dev/null +++ b/lib/views/alaveteli_pro/embargo_mailer/expiring_alert.html.erb @@ -0,0 +1,5 @@ +

+ Tell us how you've used your requests and get free Pro credit! +

+ +<%= simple_format(render(template: 'alaveteli_pro/embargo_mailer/expiring_alert', formats: [:text])) %> diff --git a/lib/views/notification_mailer/daily_summary.html.erb b/lib/views/notification_mailer/daily_summary.html.erb new file mode 100644 index 00000000..f5f64d06 --- /dev/null +++ b/lib/views/notification_mailer/daily_summary.html.erb @@ -0,0 +1,5 @@ +

+ Tell us how you've used your requests and get free Pro credit! +

+ +<%= simple_format(render(template: 'notification_mailer/daily_summary', formats: [:text])) %>