Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
f2b2c2f723f0
Unverified
Commit
f4c10492
authored
Oct 06, 2017
by
Filipa Lacerda
Browse files
Fix sidebar title
Fix fixture
parent
f62cae41a379
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/views/layouts/nav/sidebar/_project.html.haml
View file @
f2b2c2f7
...
...
@@ -191,9 +191,9 @@
-
if
project_nav_tab?
:clusters
=
nav_link
(
controller: :clusters
)
do
=
link_to
project_clusters_path
(
@project
),
title:
'Cluster
s
'
,
class:
'shortcuts-cluster
s
'
do
=
link_to
project_clusters_path
(
@project
),
title:
'Cluster'
,
class:
'shortcuts-cluster'
do
%span
Cluster
s
Cluster
-
if
project_nav_tab?
:wiki
=
nav_link
(
controller: :wikis
)
do
...
...
spec/javascripts/fixtures/clusters.rb
View file @
f2b2c2f7
...
...
@@ -11,7 +11,7 @@
render_views
before
(
:all
)
do
clean_frontend_fixtures
(
'
branche
s/'
)
clean_frontend_fixtures
(
'
cluster
s/'
)
end
before
do
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment