pixelfed/pixelfed

View on GitHub
resources/views/admin/settings/maintenance.blade.php

Summary

Maintainability
A
0 mins
Test Coverage
@extends('admin.partial.template')

@include('admin.settings.sidebar')

@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">
    <strong>Feature Unavailable:</strong> This feature will be released in a future version.
</p>
@endsection