moons controller

This commit is contained in:
2020-02-24 00:38:55 -06:00
parent 87a0d82980
commit 96dbf70e59
2 changed files with 3 additions and 3 deletions

View File

@@ -20,7 +20,7 @@
<meta name="csrf-token" content="{{ csrf_token() }}">
<link rel="stylesheet" href="{{ asset('css/app.css') }}">
<link rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}">
<link rel="stylesheet" href="{{ asset('css/bootstrap.css') }}">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>

View File

@@ -9,8 +9,8 @@
<br>
<ul class="nav nav-pills">
@foreach($systems as $system)
<li>
<a class="nav-item" data-toggle="pill" href="#W4RP-{{$system}}">{{$system}}</a>
<li class="nav-item">
<a data-toggle="pill" href="#W4RP-{{$system}}">{{$system}}</a>
</li>
@endforeach
</ul>