mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 22:41:27 +00:00
Add drive view
This commit is contained in:
parent
a18424935c
commit
1f2a57132f
1 changed files with 10 additions and 0 deletions
10
resources/views/settings/drive/index.blade.php
Normal file
10
resources/views/settings/drive/index.blade.php
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
@extends('settings.template')
|
||||||
|
|
||||||
|
@section('section')
|
||||||
|
|
||||||
|
<div class="title">
|
||||||
|
<h3 class="font-weight-bold">Drive</h3>
|
||||||
|
</div>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
@endsection
|
Loading…
Reference in a new issue