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.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 f0ba7827cef..71c62f6be4e 100644
--- a/app/views/notify/project_was_exported_email.html.haml
+++ b/app/views/notify/project_was_exported_email.html.haml
@@ -3,6 +3,6 @@
%p
The project export can be downloaded from:
= link_to download_export_project_url(@project), rel: 'nofollow', download: '' do
- = @project.name_with_namespace + " export"
+ = @project.full_name + " export"
%p
The download link will expire in 24 hours.