mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Add setting blade views
This commit is contained in:
parent
1e9fe8db2a
commit
606979eaca
5 changed files with 65 additions and 0 deletions
13
resources/views/settings/applications.blade.php
Normal file
13
resources/views/settings/applications.blade.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
@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
|
13
resources/views/settings/avatar.blade.php
Normal file
13
resources/views/settings/avatar.blade.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
@extends('settings.template')
|
||||
|
||||
@section('section')
|
||||
|
||||
<div class="title">
|
||||
<h3 class="font-weight-bold">Avatar Settings</h3>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="alert alert-danger">
|
||||
Coming Soon
|
||||
</div>
|
||||
|
||||
@endsection
|
13
resources/views/settings/dataexport.blade.php
Normal file
13
resources/views/settings/dataexport.blade.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
@extends('settings.template')
|
||||
|
||||
@section('section')
|
||||
|
||||
<div class="title">
|
||||
<h3 class="font-weight-bold">Data Export</h3>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="alert alert-danger">
|
||||
Coming Soon
|
||||
</div>
|
||||
|
||||
@endsection
|
13
resources/views/settings/developers.blade.php
Normal file
13
resources/views/settings/developers.blade.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
@extends('settings.template')
|
||||
|
||||
@section('section')
|
||||
|
||||
<div class="title">
|
||||
<h3 class="font-weight-bold">Developers</h3>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="alert alert-danger">
|
||||
Coming Soon
|
||||
</div>
|
||||
|
||||
@endsection
|
13
resources/views/settings/email.blade.php
Normal file
13
resources/views/settings/email.blade.php
Normal file
|
@ -0,0 +1,13 @@
|
|||
@extends('settings.template')
|
||||
|
||||
@section('section')
|
||||
|
||||
<div class="title">
|
||||
<h3 class="font-weight-bold">Email Settings</h3>
|
||||
</div>
|
||||
<hr>
|
||||
<div class="alert alert-danger">
|
||||
Coming Soon
|
||||
</div>
|
||||
|
||||
@endsection
|
Loading…
Reference in a new issue