Skip to content

Commit

Permalink
Fix hard coded URL and logo in top nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroennoten committed May 24, 2016
1 parent db12d54 commit a7da9d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/views/page.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
<nav class="navbar navbar-static-top">
<div class="container">
<div class="navbar-header">
<a href="../../index2.html" class="navbar-brand"><b>Admin</b>LTE</a>
<a href="{{ url(config('adminlte.dashboard_url', 'home')) }}" class="navbar-brand">
{!! config('adminlte.logo', '<b>Admin</b>LTE') !!}
</a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar-collapse">
<i class="fa fa-bars"></i>
</button>
Expand Down

0 comments on commit a7da9d5

Please sign in to comment.