[fix #3188] replace a to link_to in footer
This commit is contained in:
parent
8cac4dd2f5
commit
09552ed9ff
1 changed files with 4 additions and 2 deletions
|
@ -5,9 +5,11 @@
|
||||||
%li.footer-column
|
%li.footer-column
|
||||||
%ul.footer-logos
|
%ul.footer-logos
|
||||||
%li.footer-text
|
%li.footer-text
|
||||||
Un service fourni par la <a href="http://www.modernisation.gouv.fr/">DINSIC</a>
|
Un service fourni par la
|
||||||
|
= link_to "DINSIC", "http://www.modernisation.gouv.fr/"
|
||||||
%br
|
%br
|
||||||
et incubé par <a href="https://beta.gouv.fr">beta.gouv.fr</a>
|
et incubé par
|
||||||
|
= link_to "beta.gouv.fr", "https://beta.gouv.fr"
|
||||||
%li
|
%li
|
||||||
= link_to "http://www.modernisation.gouv.fr/" do
|
= link_to "http://www.modernisation.gouv.fr/" do
|
||||||
%span.footer-logo.footer-logo-dinsic{ role: 'img', 'aria-label': 'DINSIC' }
|
%span.footer-logo.footer-logo-dinsic{ role: 'img', 'aria-label': 'DINSIC' }
|
||||||
|
|
Loading…
Reference in a new issue