|
@@ -18,8 +18,8 @@
|
|
|
<ul class="authors hidden-sm hidden-xs text-nowrap">
|
|
<ul class="authors hidden-sm hidden-xs text-nowrap">
|
|
|
<li>
|
|
<li>
|
|
|
<div class="d-flex align-items-center not-affix">
|
|
<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">
|
|
|
|
|
|
|
+ <a class="mr-2" 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 rounded-circle">
|
|
|
</a>
|
|
</a>
|
|
|
<div>
|
|
<div>
|
|
|
<div>Created by <a href="{{ userPageRoot(page.creator) }}">{{ page.creator.name|default(author.name) }}</a></div>
|
|
<div>Created by <a href="{{ userPageRoot(page.creator) }}">{{ page.creator.name|default(author.name) }}</a></div>
|
|
@@ -27,18 +27,18 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="d-flex align-items-center only-affix">
|
|
<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">
|
|
|
|
|
|
|
+ <a class="mr-2" 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 rounded-circle">
|
|
|
</a>
|
|
</a>
|
|
|
<div class="ml-auto">
|
|
<div class="ml-auto">
|
|
|
<div>Created in <span class="text-muted">{{ page.createdAt|datetz('Y/m/d H:i:s') }}</span></div>
|
|
<div>Created in <span class="text-muted">{{ page.createdAt|datetz('Y/m/d H:i:s') }}</span></div>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
</li>
|
|
</li>
|
|
|
- <li class="m-t-5">
|
|
|
|
|
|
|
+ <li class="mt-2">
|
|
|
<div class="d-flex align-items-center not-affix">
|
|
<div class="d-flex align-items-center not-affix">
|
|
|
- <a class="m-r-5" href="{{ userPageRoot(author) }}" data-toggle="tooltip" data-placement="bottom" title="{{ author.name }}">
|
|
|
|
|
- <img src="{{ author|picture }}" class="picture img-circle">
|
|
|
|
|
|
|
+ <a class="mr-2" href="{{ userPageRoot(author) }}" data-toggle="tooltip" data-placement="bottom" title="{{ author.name }}">
|
|
|
|
|
+ <img src="{{ author|picture }}" class="picture rounded-circle">
|
|
|
</a>
|
|
</a>
|
|
|
<div>
|
|
<div>
|
|
|
<div>Updated by <a href="{{ userPageRoot(page.revision.author) }}">{{ author.name }}</a></div>
|
|
<div>Updated by <a href="{{ userPageRoot(page.revision.author) }}">{{ author.name }}</a></div>
|
|
@@ -46,8 +46,8 @@
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="d-flex align-items-center only-affix">
|
|
<div class="d-flex align-items-center only-affix">
|
|
|
- <a class="m-r-5" href="{{ userPageRoot(author) }}" data-toggle="tooltip" data-placement="bottom" title="{{ author.name }}">
|
|
|
|
|
- <img src="{{ author|picture }}" class="picture picture-xs img-circle">
|
|
|
|
|
|
|
+ <a class="mr-2" href="{{ userPageRoot(author) }}" data-toggle="tooltip" data-placement="bottom" title="{{ author.name }}">
|
|
|
|
|
+ <img src="{{ author|picture }}" class="picture picture-xs rounded-circle">
|
|
|
</a>
|
|
</a>
|
|
|
<div class="ml-auto">
|
|
<div class="ml-auto">
|
|
|
<div>Updated in <span class="text-muted"">{{ page.updatedAt|datetz('Y/m/d H:i:s') }}</span></div>
|
|
<div>Updated in <span class="text-muted"">{{ page.updatedAt|datetz('Y/m/d H:i:s') }}</span></div>
|