1
0
Fork 0
forked from mirror/pixelfed
pixelfed/resources/views/admin/settings/maintenance.blade.php

14 lines
354 B
PHP
Raw Normal View History

2018-08-23 19:04:20 -06:00
@extends('admin.partial.template')
2019-02-10 17:18:28 -07:00
@include('admin.settings.sidebar')
2018-08-23 19:04:20 -06:00
2019-02-10 17:18:28 -07:00
@section('section')
<div class="title">
<h3 class="font-weight-bold">Maintenance</h3>
<p class="lead">Enable maintenance mode</p>
</div>
<hr>
<p class="alert alert-warning">
2019-06-04 18:19:41 -06:00
<strong>Feature Unavailable:</strong> This feature will be released in a future version.
2019-02-10 17:18:28 -07:00
</p>
2018-08-23 19:04:20 -06:00
@endsection