summaryrefslogtreecommitdiff
path: root/app/views/notify/project_was_exported_email.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/notify/project_was_exported_email.html.haml')
-rw-r--r--app/views/notify/project_was_exported_email.html.haml8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/notify/project_was_exported_email.html.haml b/app/views/notify/project_was_exported_email.html.haml
new file mode 100644
index 00000000000..b28fea35ad5
--- /dev/null
+++ b/app/views/notify/project_was_exported_email.html.haml
@@ -0,0 +1,8 @@
+%p
+ Project #{@project.name} was exported successfully.
+%p
+ The project export can be downloaded from:
+ = link_to download_export_namespace_project_url(@project.namespace, @project) do
+ = @project.name_with_namespace + " export"
+%p
+ The download link will expire in 24 hours.