|
|
@@ -19,7 +19,7 @@
|
|
|
<li>
|
|
|
<div class="d-flex align-items-center not-affix">
|
|
|
<a class="m-r-5" href="{{ userPageRoot(page.creator) }}" data-toggle="tooltip" data-placement="bottom" title="{{ page.creator.name|default(author.name) }}">
|
|
|
- <img src="{{ page.creator|default(author)|picture }}" class="picture img-circle">
|
|
|
+ <img src="{{ page.creator.imageUrlCached|default(author.imageUrlCached) }}" class="picture img-circle">
|
|
|
</a>
|
|
|
<div>
|
|
|
<div>Created by <a href="{{ userPageRoot(page.creator) }}">{{ page.creator.name|default(author.name) }}</a></div>
|
|
|
@@ -28,7 +28,7 @@
|
|
|
</div>
|
|
|
<div class="d-flex align-items-center only-affix">
|
|
|
<a class="m-r-5" href="{{ userPageRoot(page.creator) }}" data-toggle="tooltip" data-placement="bottom" title="{{ page.creator.name|default(author.name) }}">
|
|
|
- <img src="{{ page.creator|default(author)|picture }}" class="picture picture-xs img-circle">
|
|
|
+ <img src="{{ page.creator.imageUrlCached|default(author.imageUrlCached) }}" class="picture picture-xs img-circle">
|
|
|
</a>
|
|
|
<div class="ml-auto">
|
|
|
<div>Created at <span class="text-muted">{{ page.createdAt|datetz('Y/m/d H:i:s') }}</span></div>
|