mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-24 11:59:09 -04:00
Calendar Edit
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<!-- Required meta tags -->
|
||||
<title>{{ App\Config::getData('escadron_name_full')}}</title>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
||||
<meta charset="utf-8">
|
||||
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
||||
|
||||
<!-- Fonts and icons -->
|
||||
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab:400,700|Material+Icons" />
|
||||
@@ -9,7 +10,7 @@
|
||||
|
||||
<!-- Material CSS -->
|
||||
<link rel="stylesheet" href="/css/material-kit.css" />
|
||||
<link rel="stylesheet" href="/css/material-dashboard.css" />
|
||||
<link rel="stylesheet" href="/css/custom.css" />
|
||||
|
||||
<!-- Plugin CSS -->
|
||||
<link href='/assets/fullcalendar/core/main.css' rel='stylesheet' />
|
||||
|
||||
Reference in New Issue
Block a user