Asset Listing: display author name (when available)

This commit is contained in:
Pablo Vazquez 2018-09-17 12:52:35 +02:00
parent 2935b442d8
commit d4fd6b5cda

View File

@ -19,8 +19,9 @@ a.card.asset.card-image-fade.pr-0.mx-0.mb-2(
.card-title.mb-1.font-weight-bold
| {{ asset.name }}
ul.card-text.list-unstyled.d-flex.text-black-50.mt-auto
li.pr-2 {{ node_type | undertitle }}
ul.card-text.list-unstyled.d-flex.text-black-50.mt-auto.mb-0
li.pr-2.font-weight-bold {{ node_type | undertitle }}
li.pr-2 {{ asset.user.full_name }}
li {{ asset._created | pretty_date }}
| {% if asset.properties.content_type == 'video' %}