summaryrefslogtreecommitdiff
path: root/app/views/layouts/nav
diff options
context:
space:
mode:
authorLukas Eipert <leipert@gitlab.com>2018-05-18 02:18:42 +0000
committerAnnabel Gray <annabel.m.gray@gmail.com>2018-05-18 02:18:42 +0000
commitb5821e5fb3882a744ce4f30367859c5cff66d765 (patch)
tree327119ff2e89ee6df5b1704adeecb010c7986968 /app/views/layouts/nav
parent6fb20b10fdea0563680973b4fe0a7919779c2f76 (diff)
downloadgitlab-ce-b5821e5fb3882a744ce4f30367859c5cff66d765.tar.gz
Add Keyboard shortcuts for "Kubernetes" and "Environments"
Diffstat (limited to 'app/views/layouts/nav')
-rw-r--r--app/views/layouts/nav/sidebar/_project.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/nav/sidebar/_project.html.haml b/app/views/layouts/nav/sidebar/_project.html.haml
index c3ea592a6b5..0023ede2be9 100644
--- a/app/views/layouts/nav/sidebar/_project.html.haml
+++ b/app/views/layouts/nav/sidebar/_project.html.haml
@@ -212,7 +212,7 @@
- if project_nav_tab? :clusters
- show_cluster_hint = show_gke_cluster_integration_callout?(@project)
= nav_link(controller: [:clusters, :user, :gcp]) do
- = link_to project_clusters_path(@project), title: _('Kubernetes'), class: 'shortcuts-cluster' do
+ = link_to project_clusters_path(@project), title: _('Kubernetes'), class: 'shortcuts-kubernetes' do
%span
= _('Kubernetes')
- if show_cluster_hint