moons controller

This commit is contained in:
2020-02-24 00:11:27 -06:00
parent c5283cfecd
commit f2f427cce6
2 changed files with 2 additions and 5 deletions

View File

@@ -18,12 +18,9 @@
<!-- CSRF Token -->
<meta name="csrf-token" content="{{ csrf_token() }}">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
<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') }}">
</head>
<body>
@include('layouts.navbar')

View File

@@ -3,7 +3,7 @@
<div class="container">
<div class="row">
<h2>Moons in W4RP Space</h2>
<ul class="nav nav-tabs">
<ul class="nav nav-tabs nav-pills">
@foreach($systems as $system)
<li>
<a data-toggle="tab" href="#W4RP-{{$system}}">{{$system}}</a>