Commit 9b59ee5a authored by Nicolas Widart's avatar Nicolas Widart

Change title class

parent 3d6c14ea
@if($group->shouldShowHeading()) @if($group->shouldShowHeading())
<li class="menu-title">{{ $group->name }}</li> <li class="header">{{ $group->name }}</li>
@endif @endif
@foreach($group->getItems() as $item) @foreach($group->getItems() as $item)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment