diff options
Diffstat (limited to 'app/views/calendar/schedule/course_info.php')
| -rw-r--r-- | app/views/calendar/schedule/course_info.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/calendar/schedule/course_info.php b/app/views/calendar/schedule/course_info.php index a9e0c02..c87e4cd 100644 --- a/app/views/calendar/schedule/course_info.php +++ b/app/views/calendar/schedule/course_info.php @@ -58,12 +58,12 @@ <? if ($GLOBALS['perm']->have_studip_perm('user', $course->id)) : ?> <a href="<?= URLHelper::getLink('dispatch.php/course/overview', ['cid' => $course->id]) ?>"> <?= _('Direkt zur Veranstaltung') ?> - <?= Icon::create('link-intern')->asSvg(Icon::SIZE_INLINE, ['class' => 'text-bottom']) ?> + <?= Icon::create('link-intern')->asImg(Icon::SIZE_INLINE, ['class' => 'text-bottom']) ?> </a> <? else : ?> <a href="<?= URLHelper::getLink('dispatch.php/course/details', ['sem_id' => $course->id]) ?>"> <?= _('Direkt zur Veranstaltung') ?> - <?= Icon::create('link-intern')->asSvg(Icon::SIZE_INLINE, ['class' => 'text-bottom']) ?> + <?= Icon::create('link-intern')->asImg(Icon::SIZE_INLINE, ['class' => 'text-bottom']) ?> </a> <? endif ?> </section> |
