Themes can have header image

This commit is contained in:
nemunaire 2018-11-25 03:20:03 +01:00
commit 0effdbcf5e
4 changed files with 20 additions and 9 deletions

View file

@ -10,7 +10,7 @@
<div class="card-columns">
<div class="card" ng-repeat="(k,theme) in themes">
<img class="card-img-top" src=".../100px180/" alt="">
<img class="card-img-top" src="{{ theme.image }}" alt="">
<div class="card-body">
<h5 class="card-title">
<a ng-href="/{{ theme.urlid }}">{{ theme.name }}</a>