Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata UI
Commits
146fa7ac
Commit
146fa7ac
authored
Oct 08, 2018
by
Christophe Benz
Browse files
Update navbar and footer
parent
14a9acc2
Changes
1
Hide whitespace changes
Inline
Side-by-side
validata_ui/templates/base_template.html
View file @
146fa7ac
...
@@ -19,22 +19,14 @@
...
@@ -19,22 +19,14 @@
<body>
<body>
<!-- horizontal navigation bar -->
<!-- horizontal navigation bar -->
<nav
class=
"navbar navbar-
expand-lg navbar-light bg-faded
"
>
<nav
class=
"navbar navbar-
light
"
>
<a
class=
"navbar-brand"
href=
"{{ url_for('home') }}"
>
<a
class=
"navbar-brand"
href=
"{{ url_for('home') }}"
>
<img
src=
"{{ url_for('static', filename='img/logo-horizontal.png') }}"
height=
"15"
alt=
""
/>
<img
src=
"{{ url_for('static', filename='img/logo-horizontal.png') }}"
height=
"15"
alt=
"Validata"
/>
<span
class=
"badge badge-info mx-1"
title=
"Ce service est encore en cours de développement"
>
beta
</span>
</a>
<a
class=
"btn btn-outline-danger"
rel=
"external"
target=
"_blank"
href=
"https://git.opendatafrance.net/validata/validata-ui/issues/new?issuable_template=Probl%C3%A8me"
>
Signaler un problème
</a>
</a>
<div
class=
"collapse navbar-collapse"
id=
"navbarSupportedContent"
>
<ul
class=
"navbar-nav mr-auto"
>
<li><span
class=
"muted"
title=
"Ce service est encore en cours de développement"
>
beta
</span></li>
</ul>
<ul
class=
"navbar-nav"
>
<li
class=
"nav-item"
>
<a
class=
"btn btn-outline-danger"
href=
"https://git.opendatafrance.net/validata/validata-ui/issues/new?issuable_template=Probl%C3%A8me"
>
Signaler un problème
</a>
</li>
</ul>
</div>
</nav>
</nav>
<!-- Breadcrumbs -->
<!-- Breadcrumbs -->
...
@@ -74,7 +66,7 @@
...
@@ -74,7 +66,7 @@
<div
class=
"container"
>
<div
class=
"container"
>
<span
class=
"muted"
>
Un service de validation mis à disposition par
<a
href=
"http://www.opendatafrance.net/"
>
Opendata
<span
class=
"muted"
>
Un service de validation mis à disposition par
<a
href=
"http://www.opendatafrance.net/"
>
Opendata
France
</a>
avec
France
</a>
avec
l'aide de
<a
href=
"https://jailbreak.paris"
>
Jail
B
reak
</a></span>
l'aide de
<a
href=
"https://jailbreak.paris"
>
Jail
b
reak
</a></span>
</div>
</div>
</footer>
</footer>
</body>
</body>
...
...
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