summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKamil Trzciński <ayufan@ayufan.eu>2018-01-11 10:46:26 +0100
committerKamil Trzciński <ayufan@ayufan.eu>2018-01-11 10:46:26 +0100
commit355982744eb4f0fa905b8fe3257f90978823c720 (patch)
treec0640d4f6dda0eb55867cd53af3080e8f7ac9b88
parente6012d3eccb1586ba56a3adb23b7b1d568f2fd84 (diff)
downloadgitlab-ce-355982744eb4f0fa905b8fe3257f90978823c720.tar.gz
Fix breadcumb of clusters show page
-rw-r--r--app/views/projects/clusters/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/clusters/show.html.haml b/app/views/projects/clusters/show.html.haml
index c7c84b5a42c..2049105dff6 100644
--- a/app/views/projects/clusters/show.html.haml
+++ b/app/views/projects/clusters/show.html.haml
@@ -1,6 +1,6 @@
- @content_class = "limit-container-width" unless fluid_layout
- add_to_breadcrumbs "Clusters", project_clusters_path(@project)
-- breadcrumb_title @cluster.id
+- breadcrumb_title @cluster.name
- page_title _("Cluster")
- expanded = Rails.env.test?