Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Marcus Eibrink-Lunzenauer
Stud.IP
Commits
c8cf1551
Commit
c8cf1551
authored
5 months ago
by
Jan-Hendrik Willms
Browse files
Options
Downloads
Patches
Plain Diff
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
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/views/course/studygroup/details.php
+8
-2
8 additions, 2 deletions
app/views/course/studygroup/details.php
with
8 additions
and
2 deletions
app/views/course/studygroup/details.php
+
8
−
2
View file @
c8cf1551
<?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
->
d
esc
ription
)
:
?>
<?
if
((
string
)
$studygroup
->
b
esc
hreibung
)
:
?>
<dt>
<?=
_
(
'Beschreibung'
)
?>
</dt>
<dd>
<?=
formatLinks
(
$studygroup
->
d
esc
ription
)
?>
</dd>
<dd>
<?=
formatLinks
(
$studygroup
->
b
esc
hreibung
)
?>
</dd>
<?
endif
;
?>
<dt>
<?=
_
(
'Moderiert von'
)
?>
</dt>
<dd>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment