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:
@@ -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