Skip to content

Commit

Permalink
navigate the current tab page to open
Browse files Browse the repository at this point in the history
  • Loading branch information
moell-peng committed Sep 6, 2017
1 parent 78fdd51 commit 0cf5aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/default/navigation.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<?php $navigations = $navPresenter->simpleNavList(); ?>
@if ($navigations)
@foreach ($navigations as $navigation)
<li><a href="{{ $navigation->url }}" target="_blank"><span>{{ $navigation->name }}</span></a></li>
<li><a href="{{ $navigation->url }}"><span>{{ $navigation->name }}</span></a></li>
@endforeach
@endif
</ul>
Expand Down

0 comments on commit 0cf5aab

Please sign in to comment.