Design fixes
This commit is contained in:
@@ -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
|
||||
|
@@ -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']) !!}
|
||||
|
||||
|
Reference in New Issue
Block a user