Skip to content

Commit

Permalink
✨ Feat: add partners link to tenant and owner (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
poissoj authored Nov 8, 2024
1 parent b1d9d7d commit fe29a6b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
6 changes: 5 additions & 1 deletion theme/df-owner/login/common/menu.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,16 @@
${msg('menu.information') }
</a>
</li>

<li class="fr-nav__item">
<a href="https://www.dossierfacile.fr/blog" class="fr-nav__link">
${msg('menu.blog') }
</a>
</li>
<li class="fr-nav__item">
<a href="https://www.dossierfacile.fr/partenaires" class="fr-nav__link">
${msg('menu.partners') }
</a>
</li>
<li class="fr-nav__item">
<a
href="https://docs.dossierfacile.fr"
Expand Down
3 changes: 2 additions & 1 deletion theme/df-owner/login/messages/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ openshift.scope.list-projects=List projects
# SAML authentication
saml.post-form.title=Authentication Redirect
saml.post-form.message=Redirecting, please wait.
saml.post-form.js-disabled=JavaScript is disabled. We strongly recommend to enable it. Click the button below to continue.
saml.post-form.js-disabled=JavaScript is disabled. We strongly recommend to enable it. Click the button below to continue.
saml.artifactResolutionServiceInvalidResponse=Unable to resolve artifact.

#authenticators
Expand Down Expand Up @@ -448,3 +448,4 @@ menu.help=Help
menu.blog=Blog
menu.information=Information
menu.contact-us=Contact Us
menu.partners=Partners
1 change: 1 addition & 0 deletions theme/df-owner/login/messages/messages_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -309,3 +309,4 @@ menu.help=Aide
menu.blog=Blog
menu.information=Qui sommes-nous ?
menu.contact-us=Nous contacter
menu.partners=Partenaires
6 changes: 5 additions & 1 deletion theme/df/login/common/menu.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,16 @@
${msg('menu.information') }
</a>
</li>

<li class="fr-nav__item">
<a href="https://www.dossierfacile.fr/blog" class="fr-nav__link">
${msg('menu.blog') }
</a>
</li>
<li class="fr-nav__item">
<a href="https://www.dossierfacile.fr/partenaires" class="fr-nav__link">
${msg('menu.partners') }
</a>
</li>
<li class="fr-nav__item">
<a
href="https://docs.dossierfacile.fr"
Expand Down
2 changes: 1 addition & 1 deletion theme/df/login/messages/messages_en.properties
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ menu.help=Help
menu.blog=Blog
menu.information=Information
menu.contact-us=Contact Us

menu.partners=Partners

addressScopeConsentText=Address
phoneScopeConsentText=Phone number
Expand Down
2 changes: 1 addition & 1 deletion theme/df/login/messages/messages_fr.properties
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ menu.help=Aide
menu.blog=Blog
menu.information=Qui sommes-nous ?
menu.contact-us=Nous contacter

menu.partners=Partenaires

emailScopeConsentText=Voir votre adresse e-mail.
profileScopeConsentText=Voir votre profil utilisateur. Cela concerne :<ul class="scopebody"><li>Votre nom,</li><li>Votre nom de naissance,</li><li>Vos pr\u00e9noms.</li></ul>
Expand Down

0 comments on commit fe29a6b

Please sign in to comment.