Skip to content
Snippets Groups Projects
Commit c8cf1551 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

use correct property and add php doc block describing the variables, fixes #4622

Closes #4622

Merge request studip/studip!3433
parent 3f48bcc6
No related branches found
No related tags found
No related merge requests found
<?php
/**
* @var Course $studygroup
* @var array $sidebarActions
*/
?>
<article class="studip">
<header>
<h1><?= _('Grunddaten') ?></h1>
......@@ -7,9 +13,9 @@
<dt><?= _('Name der Studiengruppe') ?></dt>
<dd><?= htmlReady($studygroup->name) ?></dd>
<? if ((string) $studygroup->description): ?>
<? if ((string) $studygroup->beschreibung): ?>
<dt><?= _('Beschreibung') ?></dt>
<dd><?= formatLinks($studygroup->description) ?></dd>
<dd><?= formatLinks($studygroup->beschreibung) ?></dd>
<? endif; ?>
<dt><?= _('Moderiert von') ?></dt>
<dd>
......
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