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

fixed links on front page

parent 22c06b14
Loading
{% macro preview(lecture) %}
<li class="list-group-item">
<div class="row">
<a class="hidden-xs" href="/play?lectureid={{ lecture['id'] }}" title="{{ lecture['coursetitle'] }}">
<div class="row">
<img class="col-xs-4" src="https://videoag.fsmpi.rwth-aachen.de/{{ lecture['titlefile'] }}" alt="Vorschaubild">
<div class="col-xs-4">
<span style="color: #000;"><strong>{{ lecture['short'] }}</strong></span><br>
......@@ -15,6 +15,7 @@
<div style="color: #000;">{{ lecture['title'] }}</div>
<p style="font-style: italic; color: #777;">{{ lecture['comment'] }}</p>
</div>
</div>
</a>
<a class="visible-xs" href="/play?lectureid={{ lecture['id'] }}" title="{{ lecture['coursetitle'] }}">
<div class="row">
......@@ -44,7 +45,6 @@
</div>
</div>
</a>
</div>
</li>
{% endmacro %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment