diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-10-09 16:17:45 +0000 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-10-09 16:17:45 +0000 |
commit | 2a56620215d69896e366ab5d2a64e68a47924cd7 (patch) | |
tree | c106066d92d20a5746a797f08bbb972796a6a190 | |
parent | 1ac2a3b379cad39e9b81f34bd43093a1d9af512a (diff) | |
parent | 4367da407a8d719f5bf1fbd011a43d9cbdc99c64 (diff) | |
download | gitlab-ce-2a56620215d69896e366ab5d2a64e68a47924cd7.tar.gz |
Merge branch '52399-link-for-rbac-experimental-support-is-going-to-the-wrong-anchor' into 'master'
Resolve "Link for RBAC (experimental support) is going to the wrong anchor"
See merge request gitlab-org/gitlab-ce!22216
-rw-r--r-- | app/views/projects/clusters/gcp/_form.html.haml | 2 | ||||
-rw-r--r-- | app/views/projects/clusters/user/_form.html.haml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/views/projects/clusters/gcp/_form.html.haml b/app/views/projects/clusters/gcp/_form.html.haml index eaf3a93bd15..171ceeceb68 100644 --- a/app/views/projects/clusters/gcp/_form.html.haml +++ b/app/views/projects/clusters/gcp/_form.html.haml @@ -68,7 +68,7 @@ .form-text.text-muted = s_('ClusterIntegration|Enable this setting if using role-based access control (RBAC).') = s_('ClusterIntegration|This option will allow you to install applications on RBAC clusters.') - = link_to _('More information'), help_page_path('user/project/clusters/index.md', anchor: 'role-based-access-control-rbac-experimental-support'), target: '_blank' + = link_to _('More information'), help_page_path('user/project/clusters/index.md', anchor: 'role-based-access-control-rbac-core-only'), target: '_blank' .form-group = field.submit s_('ClusterIntegration|Create Kubernetes cluster'), class: 'js-gke-cluster-creation-submit btn btn-success', disabled: true diff --git a/app/views/projects/clusters/user/_form.html.haml b/app/views/projects/clusters/user/_form.html.haml index 56551ed4d65..54a6e685bb0 100644 --- a/app/views/projects/clusters/user/_form.html.haml +++ b/app/views/projects/clusters/user/_form.html.haml @@ -32,7 +32,7 @@ .form-text.text-muted = s_('ClusterIntegration|Enable this setting if using role-based access control (RBAC).') = s_('ClusterIntegration|This option will allow you to install applications on RBAC clusters.') - = link_to _('More information'), help_page_path('user/project/clusters/index.md', anchor: 'role-based-access-control-rbac-experimental-support'), target: '_blank' + = link_to _('More information'), help_page_path('user/project/clusters/index.md', anchor: 'role-based-access-control-rbac-core-only'), target: '_blank' .form-group = field.submit s_('ClusterIntegration|Add Kubernetes cluster'), class: 'btn btn-success' |