We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f4a95 commit 90d1ab5Copy full SHA for 90d1ab5
resources/views/cases/casesMain.blade.php
@@ -1,7 +1,5 @@
1
@extends('layouts.layout')
2
3
-<link href="{{ mix('css/tailwind.css') }}" rel="stylesheet">
4
-
5
@section('title')
6
@endsection
7
resources/views/layouts/layout.blade.php
@@ -39,6 +39,7 @@
39
<link rel="icon" type="image/png" sizes="16x16" href="{{ \ProcessMaker\Models\Setting::getFavicon() }}">
40
<link href="{{ mix('css/app.css') }}" rel="stylesheet">
41
<link href="{{ mix('css/sidebar.css') }}" rel="stylesheet">
42
+ <link href="{{ mix('css/tailwind.css') }}" rel="stylesheet">
43
<link href="/css/bpmn-symbols/css/bpmn.css" rel="stylesheet">
44
@yield('css')
45
<script type="text/javascript">
0 commit comments