Skip to content
Snippets Groups Projects
Commit e2f1b8b1 authored by Michaela Brückner's avatar Michaela Brückner :unicorn: Committed by Jan-Hendrik Willms
Browse files

"Zur Rangliste" im Profil wird nicht umrahmt, re #333

parent c80a130f
No related branches found
No related tags found
No related merge requests found
......@@ -30,8 +30,9 @@
<? if ($score && $score_title): ?>
<div class="minor">
<a href="<?= URLHelper::getLink('dispatch.php/score') ?>" title="<?= _('Zur Rangliste') ?>">
<div><?= _('Stud.IP-Punkte') ?>: <?= number_format($score, 0, ',', '.') ?></div>
<div><?= _('Rang') ?>: <?= htmlReady($score_title) ?></div>
<?= _('Stud.IP-Punkte') ?>: <?= number_format($score, 0, ',', '.') ?>
<br />
<?= _('Rang') ?>: <?= htmlReady($score_title) ?>
</a>
</div>
<? endif; ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment