Center cluster title

This commit is contained in:
Filipa Lacerda 2017-12-12 11:47:40 +00:00
parent 95414b83dd
commit ae4a04ea11
No known key found for this signature in database
GPG key ID: 9CA3FDE4D1E2F1C8

View file

@ -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}