Commit 45b196c1 authored by George Tsiolis's avatar George Tsiolis

Update Geo nodes empty state

parent 5a610466
...@@ -6,14 +6,8 @@ ...@@ -6,14 +6,8 @@
= link_to s_("GeoNodes|New node"), new_admin_geo_node_path, class: 'btn btn-success float-right' = link_to s_("GeoNodes|New node"), new_admin_geo_node_path, class: 'btn btn-success float-right'
%hr.page-title-separator %hr.page-title-separator
%p.page-subtitle.light .bs-callout.clearfix
With #{link_to 'GitLab Geo', help_page_path('gitlab-geo/README'), class: 'vlink'} you can install a special = s_('GeoNodes|With %{geo} you can install a special read-only and replicated instance anywhere. Before you add nodes, follow the %{instructions} in the excact order they appear.').html_safe % { geo: link_to('GitLab Geo', help_page_path('administration/geo/replication/index.md'), target: '_blank'), instructions: link_to('setup instructions', help_page_path('administration/geo/replication/index.md', anchor: 'setup-instructions'), target: '_blank') }
read-only and replicated instance anywhere.
Before you add nodes, follow the
#{link_to 'Setup instructions', help_page_path('gitlab-geo/README', anchor: 'setup-instructions'), class: 'vlink' }
in the
%strong exact order
they appear.
- unless Gitlab::Database.pg_stat_wal_receiver_supported? - unless Gitlab::Database.pg_stat_wal_receiver_supported?
= content_for :flash_message do = content_for :flash_message do
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
.svg-content .svg-content
= image_tag 'illustrations/gitlab_geo.svg' = image_tag 'illustrations/gitlab_geo.svg'
.col-12 .col-12
.text-content.text-center .text-content
%h4= _("Discover GitLab Geo.") %h4.text-center= _("Discover GitLab Geo")
%p= _("Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos.") %p= _("Make everyone on your team more productive regardless of their location. GitLab Geo creates read-only mirrors of your GitLab instance so you can reduce the time it takes to clone and fetch large repos.")
= link_to _('Learn more'), 'https://about.gitlab.com/features/gitlab-geo/', rel: 'nofollow', class: 'btn btn-success' .text-center
= link_to _('Learn more'), 'https://about.gitlab.com/features/gitlab-geo/', rel: 'nofollow', class: 'btn btn-success'
---
title: Update Geo nodes empty state
merge_request: 8576
author: George Tsiolis
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment