From 6401c95d6919b46dcabe0afd2b5819bf3ff42323 Mon Sep 17 00:00:00 2001 From: noxy Date: Mon, 11 Nov 2019 09:58:32 +0000 Subject: [PATCH] supplement to the latest commit. I removed the info flash from the /login route when you are already authed because this looked like shit --- app/Http/Controllers/UserController.php | 2 +- resources/views/layout1/video.blade.php | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/app/Http/Controllers/UserController.php b/app/Http/Controllers/UserController.php index d77e495..3581a82 100644 --- a/app/Http/Controllers/UserController.php +++ b/app/Http/Controllers/UserController.php @@ -127,7 +127,7 @@ class UserController extends Controller { if(auth()->check()) { \Session::reflash(); - \Session::flash('info', 'Cannot login when logged in, lmao'); + #\Session::flash('info', 'Cannot login when logged in, lmao'); return redirect('/'); } return view('login'); diff --git a/resources/views/layout1/video.blade.php b/resources/views/layout1/video.blade.php index d6918b6..c35d009 100644 --- a/resources/views/layout1/video.blade.php +++ b/resources/views/layout1/video.blade.php @@ -163,9 +163,7 @@
- file)}}.png"@endif"> -
@if(count($video->tags)) @foreach($video->tags as $tag)