diff --git a/resources/views/admin/pages/edit.blade.php b/resources/views/admin/pages/edit.blade.php index c40dabdd..bf903304 100644 --- a/resources/views/admin/pages/edit.blade.php +++ b/resources/views/admin/pages/edit.blade.php @@ -1,19 +1,37 @@ @extends('admin.partial.template') +@include('admin.settings.sidebar') + @section('section')
{{request()->query('page')}}
+{{$page->slug}}
PixelFed is a federated image sharing platform, powered by the ActivityPub protocol.
-- Save + + +
+ Page URL: {{$page->url()}} + Edit
+Set custom page content
++ ID + | ++ Slug + | ++ Active + | ++ Updated + | +
---|---|---|---|
+ {{$page->id}} + | +{{$page->slug}} | +{{$page->active ? 'active':'inactive'}} | +{{$page->updated_at->diffForHumans(null, true, true, true)}} | +