Fix breadcumb of clusters show page

This commit is contained in:
Kamil Trzciński 2018-01-11 10:46:26 +01:00
parent e6012d3ecc
commit 355982744e

View file

@ -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?