Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/2.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Dębiński committed Dec 15, 2020
2 parents 9a34025 + 7035b54 commit 49b54d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<div class="ez-content-edit-page-title__aditional-data">
{% if content is defined %}
<div class="ez-content-edit-page-title__details">
{% if creator is defined %}
{% if creator is defined and creator is not empty %}
<div>{{ 'content.details.created_by'|trans({'%name%': ez_content_name(creator)})|desc('Created by %name%') }}</div>
{% endif %}
<div>{{ content.versionInfo.contentInfo.publishedDate|ez_full_datetime }}</div>
Expand Down

0 comments on commit 49b54d5

Please sign in to comment.