summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-12-12 11:47:40 +0000
committerFilipa Lacerda <filipa@gitlab.com>2017-12-12 11:47:40 +0000
commitae4a04ea11ec22e30ca3f93db1abbccaddf7cdb7 (patch)
tree49f7357b3664f7655701ab1899f75d847a2c9063
parent95414b83ddcd451fd97383510d6f34c9861096a9 (diff)
downloadgitlab-ce-ae4a04ea11ec22e30ca3f93db1abbccaddf7cdb7.tar.gz
Center cluster title
-rw-r--r--app/views/projects/clusters/_empty_state.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/clusters/_empty_state.html.haml b/app/views/projects/clusters/_empty_state.html.haml
index 29c753230cb..b525f4efc83 100644
--- a/app/views/projects/clusters/_empty_state.html.haml
+++ b/app/views/projects/clusters/_empty_state.html.haml
@@ -3,7 +3,7 @@
.svg-content= image_tag 'illustrations/clusters_empty.svg'
.col-xs-12
.text-content
- %h4= s_('ClusterIntegration|Integrate cluster automation')
+ %h4.text-center= s_('ClusterIntegration|Integrate cluster automation')
- link_to_help_page = link_to(s_('ClusterIntegration|Learn more about Clusters'), help_page_path('user/project/clusters/index'), target: '_blank', rel: 'noopener noreferrer')
%p= s_('ClusterIntegration|Clusters allow you to use review apps, deploy your applications, run your pipelines, and much more in an easy way. %{link_to_help_page}').html_safe % { link_to_help_page: link_to_help_page}