summaryrefslogtreecommitdiff
path: root/app/views/notify/project_was_exported_email.html.haml
diff options
context:
space:
mode:
authormhasbini <mohammad.hasbini@gmail.com>2017-04-09 22:16:47 +0300
committermhasbini <mohammad.hasbini@gmail.com>2017-04-09 22:16:47 +0300
commit3a33a795718e570fbce92f481b0cf663a9158941 (patch)
tree5259f4c0b7996852333111a77c6911a9a6758e2e /app/views/notify/project_was_exported_email.html.haml
parent3d1cade13f61115b63bf6dbda5a1f194ba54b24b (diff)
downloadgitlab-ce-3a33a795718e570fbce92f481b0cf663a9158941.tar.gz
Fix email not being sent after project export
Diffstat (limited to 'app/views/notify/project_was_exported_email.html.haml')
-rw-r--r--app/views/notify/project_was_exported_email.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/notify/project_was_exported_email.html.haml b/app/views/notify/project_was_exported_email.html.haml
index 76440926a2b..3def26342a1 100644
--- a/app/views/notify/project_was_exported_email.html.haml
+++ b/app/views/notify/project_was_exported_email.html.haml
@@ -2,7 +2,7 @@
Project #{@project.name} was exported successfully.
%p
The project export can be downloaded from:
- = link_to download_export_namespace_project_url(@project.namespace, @project), rel: 'nofollow', download: '', do
+ = link_to download_export_namespace_project_url(@project.namespace, @project), rel: 'nofollow', download: '' do
= @project.name_with_namespace + " export"
%p
The download link will expire in 24 hours.