Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
a9dd1bee
Commit
a9dd1bee
authored
Jun 13, 2016
by
Annabel Dunstone
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove div between ul and li
parent
6aefd3c3
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
app/assets/stylesheets/framework/nav.scss
app/assets/stylesheets/framework/nav.scss
+1
-0
app/views/projects/commits/_head.html.haml
app/views/projects/commits/_head.html.haml
+2
-2
app/views/projects/issues/_head.html.haml
app/views/projects/issues/_head.html.haml
+2
-2
app/views/projects/pipelines/_head.html.haml
app/views/projects/pipelines/_head.html.haml
+2
-2
No files found.
app/assets/stylesheets/framework/nav.scss
View file @
a9dd1bee
...
...
@@ -74,6 +74,7 @@
.container-fluid
{
background-color
:
$background-color
;
margin-bottom
:
0
;
}
li
{
...
...
app/views/projects/commits/_head.html.haml
View file @
a9dd1bee
.scrolling-tabs-container
%ul
.nav-links.sub-nav.scrolling-tabs
%
div
{
class:
(
container_class
)
}
.nav-links.sub-nav.scrolling-tabs
%
ul
{
class:
(
container_class
)
}
.fade-left
=
nav_link
(
controller:
%w(tree blob blame edit_tree new_tree find_file)
)
do
=
link_to
project_files_path
(
@project
)
do
...
...
app/views/projects/issues/_head.html.haml
View file @
a9dd1bee
%ul
.nav-links.sub-nav
%
div
{
class:
(
container_class
)
}
.nav-links.sub-nav
%
ul
{
class:
(
container_class
)
}
-
if
project_nav_tab?
(
:issues
)
&&
!
current_controller?
(
:merge_requests
)
=
nav_link
(
controller: :issues
)
do
=
link_to
url_for_project_issues
(
@project
,
only_path:
true
),
title:
'Issues'
do
...
...
app/views/projects/pipelines/_head.html.haml
View file @
a9dd1bee
%ul
.nav-links.sub-nav
%
div
{
class:
(
container_class
)
}
.nav-links.sub-nav
%
ul
{
class:
(
container_class
)
}
-
if
project_nav_tab?
:pipelines
=
nav_link
(
controller: :pipelines
)
do
=
link_to
project_pipelines_path
(
@project
),
title:
'Pipelines'
,
class:
'shortcuts-pipelines'
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