Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2017-04-10 13:01:34 +0300
committerSean McGivern <sean@mcgivern.me.uk>2017-04-10 13:01:34 +0300
commit94668490a141568dbab604540b843c54e6e6a7e5 (patch)
tree5e90c77ba79468b2d4e76732c56ab63d518fd732 /app/views
parentc98add157732004d9a2eaa39770edf84eaca6896 (diff)
parent3a33a795718e570fbce92f481b0cf663a9158941 (diff)
Merge branch '30676-project-export-email' into 'master'
Fix email not being sent after project export Closes #30676 See merge request !10578
Diffstat (limited to 'app/views')
-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.