Skip to content

Commit

Permalink
Merge pull request #1731 from noelvandevrie/feature/infimum-panel-foo…
Browse files Browse the repository at this point in the history
…ter-links

Added links to Supremum website in infimum panel
  • Loading branch information
tomudding authored Oct 13, 2023
2 parents c5c058d + fa860f4 commit 2228d33
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 15 deletions.
18 changes: 14 additions & 4 deletions module/Application/language/en.po

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 15 additions & 5 deletions module/Application/language/gewisweb.pot

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 16 additions & 6 deletions module/Application/language/nl.po

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions module/Frontpage/view/frontpage/frontpage/home.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,14 @@ use Photo\Model\{
<div class="panel-body">
<p id="infimum-body"><?= $this->translate('Loading an infimum...') ?></p>
</div>
<div class="panel-footer panel-footer--links">
<a href="https://supremum.gewis.nl/infimum/submit" class="panel-footer__link">
<?= $this->translate('Submit Infimum') ?>
</a>
<a href="https://supremum.gewis.nl/infimum" class="panel-footer__link">
<?= $this->translate('Search Infimum') ?>
</a>
</div>
</div>
<?php endif ?>
<div class="panel panel-default">
Expand Down

0 comments on commit 2228d33

Please sign in to comment.