Skip to content

Commit

Permalink
Fix English footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaip committed Sep 17, 2024
1 parent f682f33 commit 35426ca
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions Packages/Sites/Sfi.Sfi/Resources/Private/Partials/Footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<f:translate package="Sfi.Sfi" id="footer.about.text" />
</p>

<f:if condition="{lang} == 'en'">
<p class="ParagraphAlt--Small marginTop-single">
The Federal Service for the Supervision of Education and Science License d. 29/12/2022
<br/>Government Accreditation Certificate d. 26/01/2023
<br>Russian Orthodox Church Accreditation Certificate d. 01/12/2022
</p>
</f:if>
<f:if condition="{lang} == 'ru'">
<p class="ParagraphAlt--Small marginTop-single">
Лицензия на осуществление образовательной деятельности от 29 декабря 2022 года
Expand Down Expand Up @@ -168,16 +175,5 @@
</div>
</div>
</f:if>
<f:if condition="{lang} == 'en'">
<div class="row">
<div class="marginBottom-single medium-5 medium-offset-1 columns">
<div class="Service">Licenses</div>
<p class="ParagraphAlt--Small">
The Federal Service for the Supervision of Education and Science License d. 29/12/2022
<br/>Government Accreditation Certificate d. 26/01/2023
<br>Russian Orthodox Church Accreditation Certificate d. 01/12/2022
</p>
</div>
</div>
</f:if>

</footer>

0 comments on commit 35426ca

Please sign in to comment.