Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Bryan BRANCOTTE
django-basetheme-bootstrap
Commits
c8769207
Commit
c8769207
authored
Sep 03, 2019
by
Bryan BRANCOTTE
Browse files
fixing missing classes
parent
ca106238
Pipeline
#14235
passed with stage
in 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
basetheme_bootstrap/templates/basetheme_bootstrap/basePasteur.html
View file @
c8769207
...
...
@@ -80,10 +80,10 @@
<div
class=
"collapse navbar-collapse main-nav"
id=
"navbar__middle__collapse"
>
<div></div>
<div>
<ul
class=
"links inline clearfix main-menu"
>
<ul
class=
"
nav navbar-nav
links inline clearfix main-menu"
>
{% include_if_exists "nav_bar.html"|localize_template "basetheme_bootstrap/nav_bar.example.html" %}
</ul>
<ul
class=
"navbar-right"
>
<ul
class=
"
nav navbar-nav
navbar-right"
>
{% block extra_li_dropdown_right %}{% endblock %}
</ul>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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