|
@@ -4,7 +4,7 @@
|
|
|
{# default(author) としているのは、v1.1.1 以前に page.creator データが入ってないから。暫定として最新更新ユーザーを表示しちゃう。 #}
|
|
{# default(author) としているのは、v1.1.1 以前に page.creator データが入ってないから。暫定として最新更新ユーザーを表示しちゃう。 #}
|
|
|
<div class="col-md-3 creator-picture">
|
|
<div class="col-md-3 creator-picture">
|
|
|
<a href="{{ userPageRoot(page.creator) }}">
|
|
<a href="{{ userPageRoot(page.creator) }}">
|
|
|
- <img src="{{ page.creator|default(author)|picture }}" class="img-circle-lg img-circle"><br>
|
|
|
|
|
|
|
+ <img src="{{ page.creator|default(author)|picture }}" class="picture picture-lg img-circle"><br>
|
|
|
</a>
|
|
</a>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="col-md-9">
|
|
<div class="col-md-9">
|
|
@@ -15,10 +15,10 @@
|
|
|
{{ t('Created') }}: {{ page.createdAt|datetz('Y/m/d H:i:s') }}<br>
|
|
{{ t('Created') }}: {{ page.createdAt|datetz('Y/m/d H:i:s') }}<br>
|
|
|
|
|
|
|
|
{% if page.lastUpdateUser %}
|
|
{% if page.lastUpdateUser %}
|
|
|
- {{ t('Last updated') }}: {{ page.updatedAt|datetz('Y/m/d H:i:s') }} <a href="/user/{{ page.lastUpdateUser.username }}"><img src="{{ page.lastUpdateUser|picture }}" class="img-circle-xs img-circle" alt="{{ page.lastUpdateUser.name }}"></a>
|
|
|
|
|
|
|
+ {{ t('Last updated') }}: {{ page.updatedAt|datetz('Y/m/d H:i:s') }} <a href="/user/{{ page.lastUpdateUser.username }}"><img src="{{ page.lastUpdateUser|picture }}" class="picture picture-xs img-circle" alt="{{ page.lastUpdateUser.name }}"></a>
|
|
|
{% else %}
|
|
{% else %}
|
|
|
{# for BC 1.5.x #}
|
|
{# for BC 1.5.x #}
|
|
|
- {{ t('Last updated') }}: {{ page.updatedAt|datetz('Y/m/d H:i:s') }} <a href="/user/{{ page.revision.author.username }}"><img src="{{ page.revision.author|picture }}" class="img-circle-xs img-circle" alt="{{ page.revision.author.name }}"></a>
|
|
|
|
|
|
|
+ {{ t('Last updated') }}: {{ page.updatedAt|datetz('Y/m/d H:i:s') }} <a href="/user/{{ page.revision.author.username }}"><img src="{{ page.revision.author|picture }}" class="picture picture-xs img-circle" alt="{{ page.revision.author.name }}"></a>
|
|
|
{% endif %}
|
|
{% endif %}
|
|
|
</p>
|
|
</p>
|
|
|
</div>
|
|
</div>
|