Skip to content

Commit

Permalink
rl 1
Browse files Browse the repository at this point in the history
  • Loading branch information
gta191977649 committed Oct 17, 2017
1 parent ccb5ac5 commit 2a1030a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/views/layouts/base.blade.php
Expand Up @@ -188,7 +188,7 @@
<h5>Help</h5>
<ul class="list-unstyled">
<li><a href="#">A</a></li>
<li><a href="/0x00">B {{ Session::has('style') ? "(#)" : ""}}</a></li>
<li><a href="/0x00">B {{ Session::has('style') ? "(#) ???" : ""}}</a></li>
<li><a href="#">C</a></li>
</ul>
</div>
Expand All @@ -207,7 +207,7 @@

<li><a>B</a></li>

<li><a href="/0xFF">C {{ Session::has('style') ? "" : "(#)"}}</a></li>
<li><a href="/0xFF">C {{ Session::has('style') ? "" : "(#) ???"}}</a></li>
</ul>
</div>

Expand Down

0 comments on commit 2a1030a

Please sign in to comment.