Fix breadcumb of clusters show page
This commit is contained in:
parent
e6012d3ecc
commit
355982744e
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
- @content_class = "limit-container-width" unless fluid_layout
|
- @content_class = "limit-container-width" unless fluid_layout
|
||||||
- add_to_breadcrumbs "Clusters", project_clusters_path(@project)
|
- add_to_breadcrumbs "Clusters", project_clusters_path(@project)
|
||||||
- breadcrumb_title @cluster.id
|
- breadcrumb_title @cluster.name
|
||||||
- page_title _("Cluster")
|
- page_title _("Cluster")
|
||||||
|
|
||||||
- expanded = Rails.env.test?
|
- expanded = Rails.env.test?
|
||||||
|
|
Loading…
Reference in a new issue