mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
Edit Material Design Dashboard
This commit is contained in:
@@ -32,10 +32,10 @@ foreach (Auth::user()->unreadNotifications as $notification) {
|
||||
</form>
|
||||
<ul class="navbar-nav">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="#pablo">
|
||||
<i class="material-icons">dashboard</i>
|
||||
<a class="nav-link" href="https://gitlab.com/TheGamecraft/c-cms/wikis/home" data-toggle="tooltip" data-placement="bottom" title="Aide">
|
||||
<i class="material-icons">help</i>
|
||||
<p class="d-lg-none d-md-block">
|
||||
Stats
|
||||
Aide
|
||||
</p>
|
||||
</a>
|
||||
</li>
|
||||
@@ -46,7 +46,7 @@ foreach (Auth::user()->unreadNotifications as $notification) {
|
||||
<span class="notification">{{ $nbOfNotification }}</span>
|
||||
@endif
|
||||
<p class="d-lg-none d-md-block">
|
||||
Some Actions
|
||||
Notifications
|
||||
</p>
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownMenuLink">
|
||||
@@ -62,7 +62,7 @@ foreach (Auth::user()->unreadNotifications as $notification) {
|
||||
<a class="nav-link" href="#pablo" id="navbarDropdownProfile" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
|
||||
<i class="material-icons">person</i>
|
||||
<p class="d-lg-none d-md-block">
|
||||
Account
|
||||
Profil
|
||||
</p>
|
||||
</a>
|
||||
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdownProfile">
|
||||
|
||||
Reference in New Issue
Block a user