mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-11 14:40:46 +00:00
Update admin pages setting view
This commit is contained in:
parent
f353d6280d
commit
2083355193
1 changed files with 5 additions and 3 deletions
|
@ -8,8 +8,10 @@
|
||||||
<p class="lead">Set custom page content</p>
|
<p class="lead">Set custom page content</p>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
|
<p class="alert alert-warning">
|
||||||
<div class="table-responsive">
|
<strong>Feature Unavailable:</strong> This feature will be released in v0.9.0.
|
||||||
|
</p>
|
||||||
|
{{--< div class="table-responsive">
|
||||||
<table class="table">
|
<table class="table">
|
||||||
<thead class="bg-light">
|
<thead class="bg-light">
|
||||||
<tr class="text-center">
|
<tr class="text-center">
|
||||||
|
@ -43,5 +45,5 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="d-flex justify-content-center mt-5 small">
|
<div class="d-flex justify-content-center mt-5 small">
|
||||||
{{$pages->links()}}
|
{{$pages->links()}}
|
||||||
</div>
|
</div> --}}
|
||||||
@endsection
|
@endsection
|
Loading…
Reference in a new issue