From 8e334f4c29da7395ad2ec212449cfe217f505b98 Mon Sep 17 00:00:00 2001 From: structix Date: Wed, 6 Jun 2018 22:06:02 +0200 Subject: [PATCH] Design fixes --- tippspiel/resources/views/dashboard.blade.php | 2 +- tippspiel/resources/views/tipp/create.blade.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tippspiel/resources/views/dashboard.blade.php b/tippspiel/resources/views/dashboard.blade.php index 37b8946..cc3df8c 100644 --- a/tippspiel/resources/views/dashboard.blade.php +++ b/tippspiel/resources/views/dashboard.blade.php @@ -46,7 +46,7 @@ @if($tipps->where('matchid', $match->id)->pluck('resulta')->first() == null) - {!! Form::model($match, ['method' => 'GET', 'action' => ['PagesController@createTipp', $match->id], 'style' => 'display:inline-block;']) !!} + {!! Form::model($match, ['method' => 'GET', 'action' => ['PagesController@createTipp', $match->id]] !!}