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
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-09-02 11:26:28 +0300
committerFilipa Lacerda <filipa@gitlab.com>2019-09-02 11:26:28 +0300
commit86cdf212fd6957c9b37fb076a4d95cc6e1e5e9ba (patch)
treec4321671d8d9301a032e368fc24e26cf3eb34ad4 /app
parent84edac2a096a3bbe25cae772792aad19384a2acf (diff)
parent9d0a7fa6f95718c5685b421193b35a546d47bce5 (diff)
Merge branch '65304-add-pages-first-deployment-message' into 'master'
Resolve "Improve pages load wait time experience" Closes #65304 See merge request gitlab-org/gitlab-ce!32122
Diffstat (limited to 'app')
-rw-r--r--app/views/projects/pages/_access.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/pages/_access.html.haml b/app/views/projects/pages/_access.html.haml
index 73ea30e1d3d..539f223ca9b 100644
--- a/app/views/projects/pages/_access.html.haml
+++ b/app/views/projects/pages/_access.html.haml
@@ -5,9 +5,11 @@
.card-body
%p
%strong
- Congratulations! Your pages are served under:
+ = _("Your pages are served under:")
%p= link_to @project.pages_url, @project.pages_url
- @project.pages_domains.each do |domain|
%p= link_to domain.url, domain.url
+ .card-footer.alert-primary
+ = _("It may take up to 30 minutes before the site is available after the first deployment.")