mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-23 19:39:10 -04:00
3.2.5
This commit is contained in:
@@ -13,6 +13,7 @@ foreach (Auth::user()->unreadNotifications as $notification) {
|
||||
<i class="material-icons design_bullet-list-67 visible-on-sidebar-mini">view_list</i>
|
||||
</button>
|
||||
</div>
|
||||
<a class="navbar-brand">@yield('breadcrumb')</a>
|
||||
</div>
|
||||
<button class="navbar-toggler" type="button" data-toggle="collapse" aria-controls="navigation-index" aria-expanded="false" aria-label="Toggle navigation">
|
||||
<span class="sr-only">Toggle navigation</span>
|
||||
@@ -21,7 +22,7 @@ foreach (Auth::user()->unreadNotifications as $notification) {
|
||||
<span class="navbar-toggler-icon icon-bar"></span>
|
||||
</button>
|
||||
<div class="collapse navbar-collapse justify-content-end">
|
||||
<form class="navbar-form">
|
||||
<!--<form class="navbar-form">
|
||||
<div class="input-group no-border">
|
||||
<input type="text" value="" class="form-control" placeholder="Search...">
|
||||
<button type="submit" class="btn btn-white btn-round btn-just-icon">
|
||||
@@ -29,7 +30,7 @@ foreach (Auth::user()->unreadNotifications as $notification) {
|
||||
<div class="ripple-container"></div>
|
||||
</button>
|
||||
</div>
|
||||
</form>
|
||||
</form>-->
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="https://gitlab.com/TheGamecraft/c-cms/wikis/home" data-toggle="tooltip" data-placement="bottom" title="Aide">
|
||||
@@ -75,4 +76,4 @@ foreach (Auth::user()->unreadNotifications as $notification) {
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user