diff options
author | Dennis Tang <dtang@gitlab.com> | 2018-06-20 22:11:57 +0200 |
---|---|---|
committer | Dennis Tang <dtang@gitlab.com> | 2018-06-20 22:11:57 +0200 |
commit | 4481e471bff586e201646c9cf718ad1e110605ea (patch) | |
tree | a698350d8190b7af65e45c58277297d1fc973779 /app/views | |
parent | dc31dac219a2b7c4ceb390005d8b48dec8904a5b (diff) | |
download | gitlab-ce-4481e471bff586e201646c9cf718ad1e110605ea.tar.gz |
fix a couple oopsies
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/projects/clusters/new.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/clusters/new.html.haml b/app/views/projects/clusters/new.html.haml index d3b3bf2a2fe..a38003f5750 100644 --- a/app/views/projects/clusters/new.html.haml +++ b/app/views/projects/clusters/new.html.haml @@ -15,7 +15,7 @@ %span Create new Cluster on GKE %li.nav-item{ role: 'presentation' } %a.nav-link{ href: '#add-user-cluster-pane', id: 'add-user-cluster-tab', class: active_when(active_tab == 'user'), data: { toggle: 'tab' }, role: 'tab' } - %span Add user cluster + %span Add existing cluster .tab-content.gitlab-tab-content .tab-pane{ id: 'create-gcp-cluster-pane', class: active_when(active_tab == 'gcp'), role: 'tabpanel' } |