mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 20:20:34 +09:00
get background switching working
This commit is contained in:
9
resources/views/settings/edit.blade.php
Normal file
9
resources/views/settings/edit.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
@extends('app')
|
||||
|
||||
@section('content')
|
||||
|
||||
{!! Form::model($setting, ['method' => 'PATCH', 'files' => true, 'route' => ['settings.edit', $setting->id]]) !!}
|
||||
@include('settings.form')
|
||||
{!! Form::close() !!}
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user