mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Perfect Scrollbar and Issue #79
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
<script>
|
||||
var api_token = "<?php echo Auth::User()->api_token ?>";
|
||||
$('.sidebar .sidebar-wrapper, .main-panel').perfectScrollbar();
|
||||
</script>
|
||||
|
||||
<script src="https://cloud.tinymce.com/stable/tinymce.min.js?apiKey=r82pabvd9arn3fjb1e2fsolf2xpixuv4hwfwart4cf1fb7mx"></script>
|
||||
|
||||
@@ -19,7 +19,17 @@
|
||||
</li>
|
||||
<li class="nav-item dropdown">
|
||||
<a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#0" role="button" aria-haspopup="true" aria-expanded="false">
|
||||
<i class="material-icons">airplanemode_active</i> L'escadron
|
||||
<i class="material-icons">airplanemode_active</i>
|
||||
@switch(\App\Config::getData('escadron_element'))
|
||||
@case('Marine')
|
||||
L'équipage
|
||||
@break
|
||||
@case('Terre')
|
||||
Le corps de cadet
|
||||
@break
|
||||
@default
|
||||
L'escadron
|
||||
@endswitch
|
||||
</a>
|
||||
<div class="dropdown-menu">
|
||||
<a class="dropdown-item" href="#news">
|
||||
|
||||
Reference in New Issue
Block a user