From f2cacf9bd2e31c44d6133af18dcf6219223cd750 Mon Sep 17 00:00:00 2001 From: structix Date: Wed, 6 Jun 2018 22:08:52 +0200 Subject: [PATCH] Design fixes --- tippspiel/resources/views/dashboard.blade.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tippspiel/resources/views/dashboard.blade.php b/tippspiel/resources/views/dashboard.blade.php index cc3df8c..a009178 100644 --- a/tippspiel/resources/views/dashboard.blade.php +++ b/tippspiel/resources/views/dashboard.blade.php @@ -46,8 +46,8 @@ @if($tipps->where('matchid', $match->id)->pluck('resulta')->first() == null) - {!! Form::model($match, ['method' => 'GET', 'action' => ['PagesController@createTipp', $match->id]] !!} - {!! Form::close() !!} @endif