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
035bc856
Commit
035bc856
authored
Oct 10, 2019
by
Roman Sebastian Karwacik
Browse files
Nächste Aufnahmen: Hörsaal nennen (
#375
)
parent
00aea483
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/index.html
View file @
035bc856
...
@@ -113,7 +113,7 @@
...
@@ -113,7 +113,7 @@
<ul
class=
"list-group"
style=
"margin: 0px;"
>
<ul
class=
"list-group"
style=
"margin: 0px;"
>
{% for i in g.list %}
{% for i in g.list %}
<li
class=
"list-group-item list-group-item-condensed"
>
<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>
</li>
{% endfor %}
{% endfor %}
</ul>
</ul>
...
...
Write
Preview
Supports
Markdown
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