Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
bf31c8b9
Commit
bf31c8b9
authored
Aug 25, 2015
by
David Baughman
Committed by
Chris Rebert
Aug 25, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
For now, add hacky <div id="navbar"> to avoid HTML validation error in Dashboard example
Closes #17319 by merging it.
parent
8644ce0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
+11
-9
docs/examples/dashboard/index.html
docs/examples/dashboard/index.html
+11
-9
No files found.
docs/examples/dashboard/index.html
View file @
bf31c8b9
...
@@ -31,15 +31,17 @@
...
@@ -31,15 +31,17 @@
<span
class=
"icon-bar"
></span>
<span
class=
"icon-bar"
></span>
</button>
</button>
<a
class=
"navbar-brand"
href=
"#"
>
Project name
</a>
<a
class=
"navbar-brand"
href=
"#"
>
Project name
</a>
<nav
class=
"nav navbar-nav pull-left"
>
<div
id=
"navbar"
>
<a
class=
"nav-item nav-link"
href=
"#"
>
Dashboard
</a>
<nav
class=
"nav navbar-nav pull-left"
>
<a
class=
"nav-item nav-link"
href=
"#"
>
Settings
</a>
<a
class=
"nav-item nav-link"
href=
"#"
>
Dashboard
</a>
<a
class=
"nav-item nav-link"
href=
"#"
>
Profile
</a>
<a
class=
"nav-item nav-link"
href=
"#"
>
Settings
</a>
<a
class=
"nav-item nav-link"
href=
"#"
>
Help
</a>
<a
class=
"nav-item nav-link"
href=
"#"
>
Profile
</a>
</nav>
<a
class=
"nav-item nav-link"
href=
"#"
>
Help
</a>
<form
class=
"navbar-form pull-right"
>
</nav>
<input
type=
"text"
class=
"form-control"
placeholder=
"Search..."
>
<form
class=
"navbar-form pull-right"
>
</form>
<input
type=
"text"
class=
"form-control"
placeholder=
"Search..."
>
</form>
</div>
</nav>
</nav>
<div
class=
"container-fluid"
>
<div
class=
"container-fluid"
>
...
...
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