Skip to content
Snippets Groups Projects
Commit d37f0448 authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Fixed structure of image area to prevent applying the link hover style.

parent dbfa5e33
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2018-02-07 - Fixed structure of image area to prevent applying the link hover style.
* 2018-02-05 - Improvements to feature 'Show hint in hidden courses'.
* 2018-02-05 - Improvement site name color in dark navbar style with uploaded logo.
......
......@@ -38,9 +38,7 @@
<div class="container-fluid">
<div class="row-fluid">
{{#imageareafiles}}
{{#linkpath}}<a href="{{linkpath}}">{{/linkpath}}
<img src="{{filepath}}">
{{#linkpath}}</a>{{/linkpath}}
{{#linkpath}}<a href="{{linkpath}}">{{/linkpath}}<img src="{{filepath}}">{{#linkpath}}</a>{{/linkpath}}
{{/imageareafiles}}
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment