Using url() helper instead of URL:: facade. Removing target blank

parent 8eabeb8f
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<?php if (is_module_enabled('Notification')): ?> <?php if (is_module_enabled('Notification')): ?>
@include('notification::partials.notifications') @include('notification::partials.notifications')
<?php endif; ?> <?php endif; ?>
<li><a href="{{ URL::to('/') }}" target="_blank"><i class="fa fa-eye"></i> {{trans('core::core.general.view website')}}</a></li> <li><a href="{{ url('/') }}"><i class="fa fa-eye"></i> {{ trans('core::core.general.view website') }}</a></li>
<li class="dropdown"> <li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown"> <a href="#" class="dropdown-toggle" data-toggle="dropdown">
<i class="fa fa-flag"></i> <i class="fa fa-flag"></i>
......
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