Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/nav/sidebar/_project.html.haml')
-rw-r--r--app/views/layouts/nav/sidebar/_project.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/nav/sidebar/_project.html.haml b/app/views/layouts/nav/sidebar/_project.html.haml
index c750da4822a..759d6ff68ea 100644
--- a/app/views/layouts/nav/sidebar/_project.html.haml
+++ b/app/views/layouts/nav/sidebar/_project.html.haml
@@ -191,9 +191,9 @@
- if project_nav_tab? :clusters
= nav_link(controller: :clusters) do
- = link_to project_clusters_path(@project), title: 'Clusters', class: 'shortcuts-clusters' do
+ = link_to project_clusters_path(@project), title: 'Cluster', class: 'shortcuts-cluster' do
%span
- Clusters
+ Cluster
- if project_nav_tab? :wiki
= nav_link(controller: :wikis) do