From 062365ff61f5485eb8dc4e4a4e6dcb51e2ea2c1f Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Tue, 26 Aug 2014 17:17:04 +0200 Subject: [PATCH] Add the email templates --- app/views/notify/send_unsubscribed_notification.html.haml | 2 ++ app/views/notify/send_unsubscribed_notification.text.haml | 1 + 2 files changed, 3 insertions(+) create mode 100644 app/views/notify/send_unsubscribed_notification.html.haml create mode 100644 app/views/notify/send_unsubscribed_notification.text.haml diff --git a/app/views/notify/send_unsubscribed_notification.html.haml b/app/views/notify/send_unsubscribed_notification.html.haml new file mode 100644 index 0000000000..9f68feeaa3 --- /dev/null +++ b/app/views/notify/send_unsubscribed_notification.html.haml @@ -0,0 +1,2 @@ +%p + You have been unsubscribed from receiving GitLab administrator notifications. diff --git a/app/views/notify/send_unsubscribed_notification.text.haml b/app/views/notify/send_unsubscribed_notification.text.haml new file mode 100644 index 0000000000..5edc1ddcda --- /dev/null +++ b/app/views/notify/send_unsubscribed_notification.text.haml @@ -0,0 +1 @@ +You have been unsubscribed from receiving GitLab administrator notifications.