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
fd0a68ce
Commit
fd0a68ce
authored
Dec 03, 2018
by
Christophe Benz
Browse files
Update links in navbar
parent
ce6ccb1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
validata_ui/templates/base_template.html
View file @
fd0a68ce
...
...
@@ -28,12 +28,15 @@
<body>
<!-- horizontal navigation bar -->
<nav
class=
"nav
bar navbar-light
"
>
<nav
class=
"nav
px-3 py-2
"
>
<a
class=
"navbar-brand"
href=
"{{ url_for('home') }}"
>
<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"
>
<a
class=
"nav-link"
href=
"http://validata.fr/"
target=
"_blank"
>
Wiki
</a>
<a
class=
"nav-link"
href=
"https://scdl.opendatafrance.net/docs"
target=
"_blank"
>
Documentation
</a>
<a
class=
"nav-link"
href=
"https://teamopendata.org/c/socle-commun-des-donnees-locales"
target=
"_blank"
>
Forum
</a>
<a
class=
"btn btn-outline-danger ml-auto"
rel=
"external"
target=
"_blank"
href=
"https://git.opendatafrance.net/validata/validata-ui/issues/new?issuable_template=Probl%C3%A8me"
>
Signaler un problème
</a>
</nav>
...
...
@@ -80,11 +83,8 @@
</div>
<ul
class=
"list-unstyled mt-4"
>
<p>
<a
href=
"http://validata.fr/"
target=
"_blank"
>
Wiki
</a>
|
<a
href=
"/api/v1/apidocs"
target=
"_blank"
>
API
</a>
<a
href=
"/api/v1/apidocs"
target=
"_blank"
>
API
</a>
|
<a
href=
"https://git.opendatafrance.net/validata"
target=
"_blank"
>
Code source
</a>
|
<a
href=
"https://scdl.opendatafrance.net/docs"
target=
"_blank"
>
Documentation
</a>
|
<a
href=
"https://teamopendata.org/c/socle-commun-des-donnees-locales"
target=
"_blank"
>
Forum
</a>
|
<a
href=
"https://riot.im/app/#/room/#validata:jailbreak.paris"
target=
"_blank"
>
Salon de discussion public
</a>
</p>
</ul>
...
...
Write
Preview
Supports
Markdown
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