Skip to content

Commit

Permalink
Merge pull request #4 from vintagesucks/deprecated
Browse files Browse the repository at this point in the history
@lm-attrs/@lm-endattrs is deprecated
  • Loading branch information
baorv authored Feb 4, 2019
2 parents 9b16d5e + 44629e1 commit a6b5dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/_partials/primary-menu.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<ul class="nav nav-tabs border-0 flex-column flex-lg-row">
@foreach(Menu::get('primary')->roots() as $item)
<li @lm-attrs($item) class="nav-item" @lm-endattrs>
<li @lm_attrs($item) class="nav-item" @lm_endattrs>
<a class="nav-link" @if($item->hasChildren()) href="javascript:void(0)" data-toggle="dropdown"
@else href="{!! $item->url() !!}" @endif>{!! $item->title !!} </a>
@if($item->hasChildren())
Expand Down

0 comments on commit a6b5dfd

Please sign in to comment.