Skip to content

Commit

Permalink
Merge pull request owen-it#1 from ymslavov/v2.0
Browse files Browse the repository at this point in the history
Hiding the mobile menu button on home page.
  • Loading branch information
anteriovieira authored Oct 30, 2017
2 parents cfe8cdd + 23cdab1 commit bd09b16
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions resources/views/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,12 @@
<img src="/assets/img/laravel-auditing-logo.png" alt="Laravel Auditing logo" style="margin-left: 15px;margin-right: 0;height: 40px;top: 14px;">
Laravel Auditing
</a>

<div class="responsive-sidebar-nav">
<a href="#" class="toggle-slide menu-link btn">&#9776;</a>
</div>

@if (!Request::is('/'))
<div class="responsive-sidebar-nav">
<a href="#" class="toggle-slide menu-link btn">&#9776;</a>
</div>
@endif

@if (Request::is('docs*') && isset($currentVersion))
@include('partials.switcher')
Expand Down

0 comments on commit bd09b16

Please sign in to comment.