{% include 'public/partials/header.html' %}
Post history

Revision history

{{ $post['topic_title'] }}

{% foreach $revisions as $revision %}
{{ $revision['editor_name']?:'Unknown member' }}{{ date('M j, Y · g:i A',strtotime($revision['created_at'])) }}
{% if $revision['edit_reason'] %}

{{ $revision['edit_reason'] }}

{% endif %}
{{ $revision['previous_body'] }}
{% endforeach %}{% if !$revisions %}

No revisions yet

This post has not been edited.

{% endif %}
{% include 'public/partials/footer.html' %}