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
f93b0f3e
Unverified
Commit
f93b0f3e
authored
Apr 20, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Layout navigation should respect layout width settings
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
52268d1d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
+2
-9
nav.scss
app/assets/stylesheets/framework/nav.scss
+0
-8
_page.html.haml
app/views/layouts/_page.html.haml
+2
-1
No files found.
app/assets/stylesheets/framework/nav.scss
View file @
f93b0f3e
...
...
@@ -185,11 +185,3 @@
}
}
}
.layout-nav
{
margin-bottom
:
5px
;
.nav-links
{
padding
:
0
$gl-padding
;
}
}
app/views/layouts/_page.html.haml
View file @
f93b0f3e
...
...
@@ -27,7 +27,8 @@
=
yield
:flash_message
-
if
defined?
(
nav
)
&&
nav
.layout-nav
=
render
"layouts/nav/
#{
nav
}
"
%div
{
class:
container_class
}
=
render
"layouts/nav/
#{
nav
}
"
%div
{
class:
(
container_class
unless
@no_container
)
}
.content
.clearfix
...
...
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