@extends('layouts.master') @section('content')
| {{ _('Compare') }} | {{ _('Title') }} | {{ _('Date') }} | {{ _('By') }} |
|---|---|---|---|
| {!! link_to_route('page.version.show', $v->name, [$v->page_id, $v->id]) !!} |
{{ $v->created_at->toDayDateTimeString() }} {{ $v->created_at->diffForHumans() }} |
{{ $v->user }} |
{!! link_to($compareUrl, _('Compare'), ['id' => 'compare', 'class' => 'button']) !!} {!! link_to($returnUrl, _('Return'), ['class' => 'secondary button']) !!}
@stop @section('js') @parent @stop