summaryrefslogtreecommitdiff
path: root/app/views/notify/group_was_exported_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/group_was_exported_email.html.haml')
-rw-r--r--app/views/notify/group_was_exported_email.html.haml9
1 files changed, 9 insertions, 0 deletions
diff --git a/app/views/notify/group_was_exported_email.html.haml b/app/views/notify/group_was_exported_email.html.haml
new file mode 100644
index 00000000000..a2f34537662
--- /dev/null
+++ b/app/views/notify/group_was_exported_email.html.haml
@@ -0,0 +1,9 @@
+%p
+ = _('Group %{group_name} was exported successfully.') % { group_name: @group.name }
+
+%p
+ = _('The group export can be downloaded from:')
+ = link_to download_export_group_url(@group), rel: 'nofollow', download: '' do
+ #{@group.full_name} export
+%p
+ = _('The download link will expire in 24 hours.')