Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/views
diff options
context:
space:
mode:
authorJames Lopez <james@gitlab.com>2018-01-12 11:35:10 +0300
committerStan Hu <stanhu@gmail.com>2018-01-12 11:35:10 +0300
commit4223a25fb37ffa63794c78047be64388c905758e (patch)
treeb84b2e31693eaeab8cc1e8b32359a86e09c7d52b /app/views
parent57c15d5a1254ec9914bf998b6fa02f95e87177e7 (diff)
Update export message to mention we can download the file from the UI
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 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"