Remove duplicate Bootstrap CSS link (#2919)

This commit is contained in:
Nick Jorens 2019-08-06 05:34:24 +02:00 committed by David Bomba
parent 3da6eb69f0
commit 0be7408ca7

View File

@ -2,7 +2,6 @@
@section('header') @section('header')
@parent @parent
<link href="//cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css" rel="stylesheet" type="text/css"/> <link href="//cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css" rel="stylesheet" type="text/css"/>
<link href="//cdn.datatables.net/1.10.19/css/dataTables.bootstrap4.min.css" rel="stylesheet" type="text/css"/>
<link href="/vendors/css/select2.min.css" rel="stylesheet"> <link href="/vendors/css/select2.min.css" rel="stylesheet">
@stop @stop
@section('body') @section('body')