gitlab-org--gitlab-foss/app/views/notify/project_was_exported_email....

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
274 B
Plaintext
Raw Normal View History

%p
2016-06-15 08:37:17 +00:00
Project #{@project.name} was exported successfully.
%p
The project export can be downloaded from:
= link_to download_export_project_url(@project), rel: 'nofollow', download: '' do
= @project.full_name + " export"
%p
The download link will expire in 24 hours.