diff options
author | Mateja <mail@matejamaric.com> | 2020-10-17 01:16:57 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-10-17 01:16:57 +0200 |
commit | 871c7ff1dfe41025430ab3c4b0cd41d46bd8f8dd (patch) | |
tree | 62daf3bb08ee71075835b3e046d3ad68403bb0d0 /resources/views/layouts | |
parent | 9ea3e7e0e1de349fb0a322d0176e16f4d31d609f (diff) | |
download | yota-laravel-871c7ff1dfe41025430ab3c4b0cd41d46bd8f8dd.tar.gz yota-laravel-871c7ff1dfe41025430ab3c4b0cd41d46bd8f8dd.zip |
Active navbar links with named routes.
Diffstat (limited to 'resources/views/layouts')
-rw-r--r-- | resources/views/layouts/app.blade.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/resources/views/layouts/app.blade.php b/resources/views/layouts/app.blade.php index a2def85..f839e4e 100644 --- a/resources/views/layouts/app.blade.php +++ b/resources/views/layouts/app.blade.php @@ -5,10 +5,8 @@ <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="{{ asset('css/app.css') }}" type="text/css"> - <!-- CSS only --> - <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"> - <!-- JS, Popper.js, and jQuery --> + <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous"> <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script> <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script> <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script> |