diff options
author | Sean McGivern <sean@mcgivern.me.uk> | 2017-04-10 10:01:34 +0000 |
---|---|---|
committer | Sean McGivern <sean@mcgivern.me.uk> | 2017-04-10 10:01:34 +0000 |
commit | 94668490a141568dbab604540b843c54e6e6a7e5 (patch) | |
tree | 5e90c77ba79468b2d4e76732c56ab63d518fd732 /app | |
parent | c98add157732004d9a2eaa39770edf84eaca6896 (diff) | |
parent | 3a33a795718e570fbce92f481b0cf663a9158941 (diff) | |
download | gitlab-ce-94668490a141568dbab604540b843c54e6e6a7e5.tar.gz |
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')
-rw-r--r-- | app/views/notify/project_was_exported_email.html.haml | 2 |
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. |