From 3fac66dfa0223d240c781295feba7e85bdb87899 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Tue, 27 Sep 2016 17:38:14 -0400 Subject: [PATCH] Fixes navbar link, closes #94 --- CHANGELOG.md | 1 + resources/views/layouts/master.blade.php | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 951ee92bf..434fe552e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ This project follows [Semantic Versioning](http://semver.org) guidelines. ### Fixed * Wrong error highlighting of overallocate fields on Node creation ([#90](https://github.com/Pterodactyl/Panel/issues/90), thanks [@schrej](https://github.com/schrej)) +* Server link in navbar directed to 404 link (PR by [@Randomfish132](https://github.com/Randomfish132)) ## v0.4.0 diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php index 6cfcfd521..3bba1c06e 100644 --- a/resources/views/layouts/master.blade.php +++ b/resources/views/layouts/master.blade.php @@ -173,7 +173,7 @@ @section('server-name') @if (isset($server->name) && isset($node->name)) @endif @show @@ -230,7 +230,6 @@ @show -