Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
summerblue committed Aug 6, 2017
1 parent 6982403 commit c1b3f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/layouts/partials/nav.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<li class="{{ (Request::is('news') ? ' active' : '') }}"><a href="https://laravel-china.org/news" class="no-pjax">资讯</a></li>
<li class="{{ (Request::is('wiki') ? ' active' : '') }} hidden-sm"><a href="{{ route('wiki') }}">Wiki</a></li>
<li class="nav-docs hidden-sm"><a href="http://d.laravel-china.org" class="no-pjax" target="_blank">文档</a></li>
<li class="hidden-sm"><a href="https://fsdhub.com/books/laravel-essential-training-5.1" class="no-pjax" target="_blank">教程</a></li>
<li class="hidden-sm"><a href="https://fsdhub.com/books/laravel-essential-training-5.5" class="no-pjax" target="_blank">教程</a></li>
</ul>

<div class="navbar-right">
Expand Down

0 comments on commit c1b3f2f

Please sign in to comment.