BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
f4c10492
Unverified
Commit
f4c10492
authored
Oct 06, 2017
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix sidebar title
Fix fixture
parent
5ced761e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
_project.html.haml
app/views/layouts/nav/sidebar/_project.html.haml
+2
-2
clusters.rb
spec/javascripts/fixtures/clusters.rb
+1
-1
No files found.
app/views/layouts/nav/sidebar/_project.html.haml
View file @
f4c10492
...
...
@@ -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-clusters
'
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 @
f4c10492
...
...
@@ -11,7 +11,7 @@ describe Projects::ClustersController, '(JavaScript fixtures)', type: :controlle
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