From dffc4e9b161f4e366957a2ab5eca5188e7ebc43b Mon Sep 17 00:00:00 2001 From: structix Date: Sat, 2 Jun 2018 01:53:24 +0200 Subject: [PATCH] Button caption --- tippspiel/resources/views/dashboard.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tippspiel/resources/views/dashboard.blade.php b/tippspiel/resources/views/dashboard.blade.php index 4c9130c..72c6ee6 100644 --- a/tippspiel/resources/views/dashboard.blade.php +++ b/tippspiel/resources/views/dashboard.blade.php @@ -45,7 +45,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;']) !!} -