Skip to content
Snippets Groups Projects
Commit b541eb7b authored by Andreas Valder's avatar Andreas Valder
Browse files

fixed course list

parent 71c8570e
No related branches found
No related tags found
No related merge requests found
...@@ -91,16 +91,18 @@ ...@@ -91,16 +91,18 @@
{% macro lecture_list_item(lecture,videos) %} {% macro lecture_list_item(lecture,videos) %}
<li class="list-group-item"> <li class="list-group-item">
<div class="row"> <div class="row">
<span class="col-xs-3"> <img class="col-sm-2 col-xs-12"src="https://videoag.fsmpi.rwth-aachen.de/{{lecture.titlefile}}" alt="Vorschaubild">
{{ lecture.title }} <span class="col-sm-3 col-xs-12">
</span> <ul class="list-unstyled">
<span class="col-xs-2"> <li>{{ lecture.title }}</li>
{{ lecture.time }} {% if lecture.speaker %}<li>Gehalten von {{ lecture.speaker|safe }}</li>{% endif %}
<li>{{ lecture.time }}</li>
</ul>
</span> </span>
<span class="col-xs-3"> <span class="col-sm-4 col-xs-12">
{{ lecture.comment|safe }} {{ lecture.comment|safe }}
</span> </span>
<span class="col-xs-4"> <span class="col-sm-3 col-xs-12">
<span class="dropdown pull-right"> <span class="dropdown pull-right">
<button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Download <span class="caret"></span></button> <button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">Download <span class="caret"></span></button>
<ul class="dropdown-menu"> <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