Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/layouts/root.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
</div>

<div class="bg-ruby-400 text-white text-center p-1 text-lg font-bold">
L'AFUP est en difficulté,
<a href="/news/1256-des-nouvelles-situation-afup-mai2026" tabindex="-1" class="underline cursor-pointer">découvrez comment aider l'association</a>.
L'écosystème est en difficulté,
<a href="https://lettreouverte.afup.org" tabindex="-1" class="underline cursor-pointer">consultez la lettre ouverte</a>.
</div>

{% block root %}{% endblock %}
Expand Down
4 changes: 2 additions & 2 deletions templates/site/base.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
{% autoescape false %}

<div style="background-color: #ed0678;color: white;text-align: center;padding: 3px 0;font-size: 1.2em;font-weight: bold;">
L'AFUP est en difficulté,
<a href="/news/1256-des-nouvelles-situation-afup-mai2026" tabindex="-1" style="color: white;">découvrez comment aider l'association</a>.
L'écosystème est en difficulté,
<a href="https://lettreouverte.afup.org" tabindex="-1" style="color: white;">consultez la lettre ouverte</a>.
</div>

<header>
Expand Down
Loading