Skip to content

Commit

Permalink
Fix EZP-23672: display modifier of latest version in versionview
Browse files Browse the repository at this point in the history
  • Loading branch information
Joao Inacio committed Nov 20, 2014
1 parent 5103acd commit b3a6f79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion design/admin/templates/content/parts/object_information.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
<p>
<label>{'Modified'|i18n( 'design/admin/content/history' )}:</label>
{if $object.modified}
{def $latest_version=$object.versions|extract_right(1)[0]}
{$object.modified|l10n( shortdatetime )}<br />
{$object.current.creator.name|wash}
{$latest_version.creator.name|wash}
{else}
{'Not yet published'|i18n( 'design/admin/content/history' )}
{/if}
Expand Down

0 comments on commit b3a6f79

Please sign in to comment.