Skip to content
Snippets Groups Projects
Verified Commit f4c10492 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Fix sidebar title

Fix fixture
parent 5ced761e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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-cluster' do
%span
Clusters
Cluster
 
- if project_nav_tab? :wiki
= nav_link(controller: :wikis) do
Loading
Loading
Loading
Loading
@@ -11,7 +11,7 @@ describe Projects::ClustersController, '(JavaScript fixtures)', type: :controlle
render_views
 
before(:all) do
clean_frontend_fixtures('branches/')
clean_frontend_fixtures('clusters/')
end
 
before do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment