diff options
author | Camil Staps | 2016-09-06 00:34:16 +0200 |
---|---|---|
committer | Camil Staps | 2016-09-06 00:34:16 +0200 |
commit | 1ceb3d72a20131828c3593fe39b1c63e4be2d7d1 (patch) | |
tree | abe2c2cb8fb1c84f7236e98001656cf938cdf356 /resources/views/layouts | |
parent | Root kinds on trainer page (diff) |
Several minor fixes
Diffstat (limited to 'resources/views/layouts')
-rw-r--r-- | resources/views/layouts/master.blade.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php index ad8056d..095fee9 100644 --- a/resources/views/layouts/master.blade.php +++ b/resources/views/layouts/master.blade.php @@ -52,7 +52,7 @@ if (Auth::check()) { @endforeach </ul> </nav> - <h2 class="text-muted">ParseTrainer</h2> + <h2 class="text-muted"><a href="{{ env('APP_URL') }}">ParseTrainer</a></h2> </div> @yield('master-content') |