summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorSean McGivern <sean@mcgivern.me.uk>2018-07-06 18:57:58 +0000
committerSean McGivern <sean@mcgivern.me.uk>2018-07-06 18:57:58 +0000
commite0c0ce28ea786a23d15eee95d56560079b0c6dfe (patch)
tree29788364ad9108712307d3a051ee130a1a8c495a /app/views
parentf6e822cdbdf2d38f61926d5af6566d7f41e97361 (diff)
parent805645510a26d11bceb75868996a76eba10ef470 (diff)
downloadgitlab-ce-e0c0ce28ea786a23d15eee95d56560079b0c6dfe.tar.gz
Merge branch '46246-gitlab-project-export-should-use-object-storage' into 'master'
Resolve "GitLab Project export should use object storage" Closes #46246 See merge request gitlab-org/gitlab-ce!20105
Diffstat (limited to 'app/views')
-rw-r--r--app/views/projects/_export.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/_export.html.haml b/app/views/projects/_export.html.haml
index f4d4888bd15..aa980da7e95 100644
--- a/app/views/projects/_export.html.haml
+++ b/app/views/projects/_export.html.haml
@@ -31,7 +31,7 @@
%li Any encrypted tokens
%p
Once the exported file is ready, you will receive a notification email with a download link, or you can download it from this page.
- - if project.export_project_path
+ - if project.export_status == :finished
= link_to 'Download export', download_export_project_path(project),
rel: 'nofollow', download: '', method: :get, class: "btn btn-default"
= link_to 'Generate new export', generate_new_export_project_path(project),