Skip to content

Commit

Permalink
Misc hotfixes. Closes #7, #9
Browse files Browse the repository at this point in the history
  • Loading branch information
WoWTech committed Sep 19, 2017
1 parent fe40a44 commit d363228
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/Http/Controllers/CategoryController.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

use Illuminate\Http\Request;
use App\{Category, Topic};
use Laratrust;

class CategoryController extends Controller
{
Expand Down
4 changes: 2 additions & 2 deletions resources/views/forum/layout.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<div class="logo"></div>

<nav>
<a href="#">Home</a>
<a href="/">Home</a>
<a href="#">User panel</a>
<a href="#">Players Online</a>
<a href="{{ route('online') }}">Players Online</a>
<div class="user-bar">
@if (Auth::check())
{{ Auth::user()->username }}
Expand Down

0 comments on commit d363228

Please sign in to comment.