Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ZeMKI
Mesort
Commits
bbda9d38
Commit
bbda9d38
authored
Oct 16, 2020
by
ZeMKI
Browse files
lingua layout bugfix
parent
5479d5b8
Changes
2
Hide whitespace changes
Inline
Side-by-side
resources/views/layouts/lingua/app.blade.php
View file @
bbda9d38
...
...
@@ -3,7 +3,6 @@
<
body
class
=
"bg-gray-100 h-screen antialiased"
>
@
livewireScripts
<
script
src
=
"https://cdn.jsdelivr.net/gh/livewire/vue@v0.3.x/dist/livewire-vue.js"
></
script
>
@
include
(
'lingua::layouts.mainnav'
)
...
...
resources/views/layouts/lingua/header.blade.php
View file @
bbda9d38
...
...
@@ -11,7 +11,7 @@
<!-- Scripts -->
<script
src=
"{{ asset('js/manifest.js') }}"
></script>
<script
src=
"{{ asset('js/vendor.js') }}"
></script>
<script
src=
"{{
mix
('js/app.js') }}"
defer
></script>
<script
src=
"{{
asset
('js/app.js') }}"
defer
></script>
<!-- Styles -->
<link
href=
"{{ asset('css/app_lingua.css') }}"
rel=
"stylesheet"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment