1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2024-12-26 09:46:49 +00:00
pixelfed/resources/views/settings/applications.blade.php
2018-05-29 20:37:10 -06:00

13 lines
No EOL
213 B
PHP

@extends('settings.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Applications</h3>
</div>
<hr>
<div class="alert alert-danger">
Coming Soon
</div>
@endsection