summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-01-12 08:37:12 +0000
committerStan Hu <stanhu@gmail.com>2018-01-12 08:37:12 +0000
commit3fde958f36fa9c3bfa30ed1f73108e0640722926 (patch)
treeb84b2e31693eaeab8cc1e8b32359a86e09c7d52b
parent57c15d5a1254ec9914bf998b6fa02f95e87177e7 (diff)
parent4223a25fb37ffa63794c78047be64388c905758e (diff)
downloadgitlab-ce-3fde958f36fa9c3bfa30ed1f73108e0640722926.tar.gz
Merge branch 'fix/export-message' into 'master'
Update export message to mention we can download the file from the UI See merge request gitlab-org/gitlab-ce!16419
-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 c5b1897c492..e759c87bda7 100644
--- a/app/views/projects/_export.html.haml
+++ b/app/views/projects/_export.html.haml
@@ -30,7 +30,7 @@
%li CI variables
%li Any encrypted tokens
%p
- Once the exported file is ready, you will receive a notification email with a download link.
+ 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
= link_to 'Download export', download_export_project_path(project),
rel: 'nofollow', download: '', method: :get, class: "btn btn-default"