Change Clusters to Cluster in sidebar
This commit is contained in:
parent
91e530df24
commit
8fc2331293
1 changed files with 2 additions and 2 deletions
|
@ -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-clusters' do
|
||||
%span
|
||||
Clusters
|
||||
Cluster
|
||||
|
||||
- if project_nav_tab? :wiki
|
||||
= nav_link(controller: :wikis) do
|
||||
|
|
Loading…
Reference in a new issue