Skip to content
Snippets Groups Projects
Commit c727b640 authored by Julian Rother's avatar Julian Rother
Browse files

Merge branch 'master' of git.fsmpi.rwth-aachen.de:julianundandyfrickelnkram/videoagwebsite

parents 95ace878 b541eb7b
Branches
No related tags found
No related merge requests found
......@@ -91,16 +91,18 @@
{% macro lecture_list_item(lecture,videos) %}
<li class="list-group-item">
<div class="row">
<span class="col-xs-3">
{{ lecture.title }}
</span>
<span class="col-xs-2">
{{ lecture.time }}
<img class="col-sm-2 col-xs-12"src="https://videoag.fsmpi.rwth-aachen.de/{{lecture.titlefile}}" alt="Vorschaubild">
<span class="col-sm-3 col-xs-12">
<ul class="list-unstyled">
<li>{{ lecture.title }}</li>
{% if lecture.speaker %}<li>Gehalten von {{ lecture.speaker|safe }}</li>{% endif %}
<li>{{ lecture.time }}</li>
</ul>
</span>
<span class="col-xs-3">
<span class="col-sm-4 col-xs-12">
{{ lecture.comment|safe }}
</span>
<span class="col-xs-4">
<span class="col-sm-3 col-xs-12">
<span class="dropdown pull-right">
<button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Download <span class="caret"></span></button>
<ul class="dropdown-menu">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment