feat(env): add env variables for the provider data

This commit is contained in:
François Vantomme 2022-01-26 16:02:51 +01:00
parent 299a98b3cb
commit 51cfd3d7ad
No known key found for this signature in database
GPG key ID: 75A448E06F6B75F8
6 changed files with 28 additions and 14 deletions

View file

@ -1,6 +1,6 @@
#footer
%p{ class: "copyright col-md-push-#{12-main_container_size} col-md-#{main_container_size} col-lg-push-#{12-main_container_size} col-lg-#{main_container_size} text-muted small" }
= link_to 'DINUM', 'https://www.numerique.gouv.fr/dinum/'
= link_to PROVIDER_NAME, PROVIDER_URL
= Time.zone.now.year
\-
= link_to 'Nouveautés', DOC_NOUVEAUTES_URL, target: '_blank'

View file

@ -145,7 +145,7 @@
<tr>
<td style="word-wrap:break-word;font-size:0px;padding:0px 20px 0px 20px;padding-top:0px;padding-bottom:0px;" align="center">
<div class="" style="cursor:auto;color:#55575d;font-family:Helvetica, Arial, sans-serif;font-size:11px;line-height:22px;text-align:center;">
<%= "#{APPLICATION_NAME}" %> est un service fourni par la DINUM
<%= "#{APPLICATION_NAME}" %> est un service fourni par <%= PROVIDED_BY %>
</div>
</td>
</tr>