Change Clusters to Cluster in sidebar

This commit is contained in:
Shinya Maeda 2017-10-06 21:30:28 +09:00
parent 91e530df24
commit 8fc2331293
1 changed files with 2 additions and 2 deletions

View File

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