parent
9304daea7a
commit
0060f794ae
@ -17,6 +17,7 @@ class SettingsController extends Controller
|
|||||||
*/
|
*/
|
||||||
private function getThemes(): array
|
private function getThemes(): array
|
||||||
{
|
{
|
||||||
|
Theme::rebuildCache();
|
||||||
$themes = Theme::all();
|
$themes = Theme::all();
|
||||||
$theme_list = [];
|
$theme_list = [];
|
||||||
foreach ($themes as $t) {
|
foreach ($themes as $t) {
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{{ Form::model($grouped_settings, ['route' => ['admin.settings.update'], 'method' => 'post']) }}
|
{{ Form::model($grouped_settings, ['route' => ['admin.settings.update'], 'method' => 'post']) }}
|
||||||
@foreach($grouped_settings as $group => $settings)
|
@foreach($grouped_settings as $group => $settings)
|
||||||
<div class="card border-blue-bottom">
|
<div class="card border-blue-bottom">
|
||||||
<div class="content table-responsive table-full-width">
|
<div class="content table-responsive">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<table class="table table-hover" id="flights-table">
|
<table class="table table-hover" id="flights-table">
|
||||||
<thead>
|
<thead>
|
||||||
@ -77,6 +77,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ Form::close() }}
|
{{ Form::close() }}
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
$('#datepicker').datetimepicker({
|
$('#datepicker').datetimepicker({
|
||||||
|
6
resources/views/layouts/.gitignore
vendored
Normal file
6
resources/views/layouts/.gitignore
vendored
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
# Ignore everything so if we update via git, nothing is overwritten
|
||||||
|
|
||||||
|
/*
|
||||||
|
/*/
|
||||||
|
!.gitignore
|
||||||
|
!/default
|
Loading…
Reference in New Issue
Block a user