Themes can have header image
This commit is contained in:
parent
26295dd978
commit
0effdbcf5e
4 changed files with 20 additions and 9 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue