Skip to content

Commit

Permalink
Merge pull request #1288 from etalab/banner-open-office-api-part
Browse files Browse the repository at this point in the history
API-1532 Ajout d'une bannière pour le bureau ouvert API Part
  • Loading branch information
Haelle authored Oct 19, 2023
2 parents b36e83b + 8d42332 commit 0b83094
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions app/views/shared/api_particulier/header/_menu.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,14 @@
</ul>
</nav>
</div>

<div class="fr-notice fr-notice--info">
<div class="fr-container">
<div class="fr-notice__body">
<p class="fr-notice__title fr-text--regular">
<%= t('.banner', date: OpenBureauDate.new.next_date.strftime('%d/%m/%Y')).html_safe %>
</p>
</div>
</div>
</div>
</div>
1 change: 1 addition & 0 deletions config/locales/api_particulier/fr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ fr:
catalogue: "<strong>Catalogue des API</strong><br> & documentation des données"
developer: "<strong>Espace développeur</strong><br> & spécifications techniques"
ask_access: "<strong>Demander un accès</strong><br>🔑 Vérifier votre éligibilité"
banner: "<strong>Migration des jetons</strong> : Bureau ouvert <a href='https://webconf.numerique.gouv.fr/APIEntreprise00Version3'>en visio</a> le %{date} à 10 heures."

footer:
tagline: Accédez aux données familiales, aux statuts élève, étudiant, boursier, complémentaire santé solidaire et demandeur d'emploi des particuliers pour simplifier leurs démarches administratives.
Expand Down

0 comments on commit 0b83094

Please sign in to comment.