Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
validata-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Validata
validata-ui
Commits
fd0a68ce
Commit
fd0a68ce
authored
Dec 03, 2018
by
Christophe Benz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update links in navbar
parent
ce6ccb1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
validata_ui/templates/base_template.html
validata_ui/templates/base_template.html
+6
-6
No files found.
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
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