Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roman Karwacik
website
Commits
dec818c0
Commit
dec818c0
authored
Apr 26, 2017
by
Julian Rother
Browse files
Fixed spacing on "live" label
parent
98a238db
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/macros.html
View file @
dec818c0
...
...
@@ -11,7 +11,7 @@
<div
class=
"row"
>
<img
class=
"col-xs-4"
style=
"max-height: 120px; height: auto; width:170px"
src=
"{{ config.VIDEOPREFIX }}/thumbnail/l_{{ lecture['id'] }}.jpg"
alt=
"Vorschaubild"
>
<div
class=
"col-xs-4"
>
<span><strong>
{{ lecture.course.short }}
</strong>
{{livelabel(lecture.live, lecture.livehandle)}}{% if ismod() %}
<i>
({{lecture.course_id}})
</i>
{% endif %}
</span><br>
<span><strong>
{{ lecture.course.short }}
</strong>
{{livelabel(lecture.live, lecture.livehandle)}}{% if ismod() %}
<i>
({{lecture.course_id}})
</i>
{% endif %}
</span><br>
<span>
{% if ismod() %}ID: {{lecture.id}}{% endif %}
</span><br>
<span>
{{ lecture['time'] }}
</span>
{% if lecture['speaker'] %}
...
...
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