Merge branch '73-user-manual-link' into 'master'

Feature [manual] update user manual link in footer

See merge request Chill-Projet/chill-bundles!523
This commit is contained in:
Julien Fastré 2023-04-18 09:18:55 +00:00
commit d31021247b

View File

@ -1,8 +1,8 @@
<footer class="footer"> <footer class="footer">
<p> <p>
{{ 'This program is free software: you can redistribute it and/or modify it under the terms of the <strong>GNU Affero General Public License</strong>'|trans|raw }} {{ 'This program is free software: you can redistribute it and/or modify it under the terms of the <strong>GNU Affero General Public License</strong>'|trans|raw }}
<br/> <br/>
<a name="bottom" class="btn text-white" href="https://{{ app.request.locale }}.wikibooks.org/wiki/Chill" target="_blank"> <a name="bottom" class="btn text-white" href="https://gitea.champs-libres.be/Chill-project/manuals/releases" target="_blank">
{{ 'User manual'|trans }} {{ 'User manual'|trans }}
</a> </a>
</p> </p>