Skip to content

Commit

Permalink
Added links to Supremum website in infimum panel
Browse files Browse the repository at this point in the history
Allows users to directly submit an infimum or to search for one.
  • Loading branch information
noelvandevrie committed Oct 13, 2023
1 parent c5c058d commit fa860f4
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 fa860f4

Please sign in to comment.