Design fixes

This commit is contained in:
2018-06-06 22:06:02 +02:00
parent 13b56a7814
commit 8e334f4c29
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@
<td>
@if($tipps->where('matchid', $match->id)->pluck('resulta')->first() == null)
<!-- Edit -->
{!! Form::model($match, ['method' => 'GET', 'action' => ['PagesController@createTipp', $match->id], 'style' => 'display:inline-block;']) !!}
{!! Form::model($match, ['method' => 'GET', 'action' => ['PagesController@createTipp', $match->id]] !!}
<button class="btn btn-primary" type="submit">Tipp<button>
{!! Form::close() !!}
@endif

View File

@@ -2,6 +2,7 @@
@section('content')
<div class="container">
<h1>Tipp<small>Spiel {!! $teama . ' vs. ' . $teamb !!}</small></h1>
@if ($errors->any())
@@ -14,7 +15,6 @@
</div>
@endif
<div class="container">
{!! Form::open(['action' => 'PagesController@storeTipp']) !!}