|
|
@@ -28,25 +28,25 @@
|
|
|
|
|
|
<ul class="authors visible-md visible-lg">
|
|
|
<li>
|
|
|
- <div class="creator-picture">
|
|
|
- <a href="{{ userPageRoot(page.creator) }}">
|
|
|
- <img src="{{ page.creator|default(author)|picture }}" class="picture img-circle"><br>
|
|
|
+ <div class="d-flex align-items-center">
|
|
|
+ <a class="m-r-10" href="{{ userPageRoot(page.creator) }}">
|
|
|
+ <img src="{{ page.creator|default(author)|picture }}" class="picture img-circle">
|
|
|
</a>
|
|
|
- </div>
|
|
|
- <div class="">
|
|
|
- <div>Created by <a href="{{ userPageRoot(page.creator) }}">{{ page.creator.name|default(author.name) }}</a></div>
|
|
|
- <div class="text-muted">{{ page.createdAt|datetz('Y/m/d H:i:s') }}</div>
|
|
|
+ <div>
|
|
|
+ <div>Created by <a href="{{ userPageRoot(page.creator) }}">{{ page.creator.name|default(author.name) }}</a></div>
|
|
|
+ <div class="text-muted">{{ page.createdAt|datetz('Y/m/d H:i:s') }}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li class="m-t-5">
|
|
|
- <div class="creator-picture">
|
|
|
- <a href="{{ userPageRoot(page.lastUpdateUser) }}">
|
|
|
- <img src="{{ page.lastUpdateUser|default(author)|picture }}" class="picture img-circle"><br>
|
|
|
+ <div class="d-flex align-items-center">
|
|
|
+ <a class="m-r-10" href="{{ userPageRoot(page.lastUpdateUser) }}">
|
|
|
+ <img src="{{ page.lastUpdateUser|default(author)|picture }}" class="picture img-circle">
|
|
|
</a>
|
|
|
- </div>
|
|
|
- <div class="">
|
|
|
- <div>Updated by <a href="{{ userPageRoot(page.lastUpdateUser) }}">{{ page.lastUpdateUser.name|default(author.name) }}</a></div>
|
|
|
- <div class="text-muted">{{ page.updatedAt|datetz('Y/m/d H:i:s') }}</div>
|
|
|
+ <div>
|
|
|
+ <div>Updated by <a href="{{ userPageRoot(page.lastUpdateUser) }}">{{ page.lastUpdateUser.name|default(author.name) }}</a></div>
|
|
|
+ <div class="text-muted">{{ page.updatedAt|datetz('Y/m/d H:i:s') }}</div>
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|