Skip to content

Commit acc1277

Browse files
'Rotita' is just when the user is authentificated
1 parent f4f0013 commit acc1277

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/paper-dashboard-stubs/resources/views/layouts/app.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,12 @@
9292

9393
@auth()
9494
@include('layouts.page_templates.auth')
95+
@include('layouts.navbars.fixed-plugin')
9596
@endauth
9697

9798
@guest
9899
@include('layouts.page_templates.guest')
99100
@endguest
100-
101-
@include('layouts.navbars.fixed-plugin')
102101

103102
<!-- Core JS Files -->
104103
<script src="{{ asset('paper') }}/js/core/jquery.min.js"></script>

0 commit comments

Comments
 (0)