Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Video AG Infrastruktur
website
Commits
42cc37b9
Commit
42cc37b9
authored
Oct 14, 2019
by
Andreas Valder
Browse files
Merge branch 'patch_raum_anzeigen' into 'master'
Nächste Aufnahmen: Hörsaal nennen (
#375
) Closes
#375
See merge request
!19
parents
00aea483
035bc856
Changes
1
Show whitespace changes
Inline
Side-by-side
templates/index.html
View file @
42cc37b9
...
...
@@ -113,7 +113,7 @@
<ul
class=
"list-group"
style=
"margin: 0px;"
>
{% for i in g.list %}
<li
class=
"list-group-item list-group-item-condensed"
>
{{i.time|time}}
<a
href=
"{{url_for('course', handle=i.course.handle)}}"
>
{{i.course.title}}
</a>
:
<a
href=
"{{url_for('course', handle=i.course.handle)}}#lecture-{{i.id}}"
>
{{i.title}}
</a>
{{livelabel(i.live, i.nowlive)}}
{{i.time|time}}
<a
href=
"{{url_for('course', handle=i.course.handle)}}"
>
{{i.course.title}}
</a>
:
<a
href=
"{{url_for('course', handle=i.course.handle)}}#lecture-{{i.id}}"
>
{{i.title}}
</a>
({{i.place}})
{{livelabel(i.live, i.nowlive)}}
</li>
{% endfor %}
</ul>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment