pixelfed/resources/views/settings/privacy.blade.php

13 lines
217 B
PHP
Raw Normal View History

2018-05-26 22:40:39 +00:00
@extends('settings.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Privacy Settings</h3>
</div>
<hr>
<div class="alert alert-danger">
Coming Soon
</div>
@endsection