#{{$num}} –
{{ $revision->created_at->diffForHumans() }}
@if($isCurrent)
(current)
@else
(see table in this revision)
@endif
@if($revision->ancestor_id)
@if ($revIds->contains($revision->ancestor_id))
Based on #{{ 1+$revIds->search($revision->ancestor_id) }}
@else
Forked from elsewhere
@endif
@endif
{{ $revision->note }}
@if(!$isCurrent && authed() && user()->ownsTable($table))
Set as current
@endif