bug fix
This commit is contained in:
parent
8d9f0b6aa3
commit
4ef404e6cd
|
|
@ -126,5 +126,6 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
@stop
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -68,6 +68,5 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
</body>
|
||||||
|
@stop
|
||||||
</body>
|
|
||||||
|
|
@ -188,3 +188,4 @@
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
@stop
|
||||||
|
|
@ -16,7 +16,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</body>
|
||||||
@stop
|
@stop
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<meta name="viewport" content="initial-scale=1, width=device-width" />
|
<meta name="viewport" content="initial-scale=1, width=device-width" />
|
||||||
|
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests">
|
||||||
|
|
||||||
<link rel="shortcut icon" href="{{ asset('/favicon.ico') }}">
|
<link rel="shortcut icon" href="{{ asset('/favicon.ico') }}">
|
||||||
|
|
||||||
<title>@yield('Title')</title>
|
<title>@yield('Title')</title>
|
||||||
|
|
|
||||||
|
|
@ -76,5 +76,5 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@stop
|
||||||
|
|
@ -42,6 +42,5 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
@stop
|
||||||
Loading…
Reference in a new issue