Design fixes
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
<td>
|
<td>
|
||||||
@if($tipps->where('matchid', $match->id)->pluck('resulta')->first() == null)
|
@if($tipps->where('matchid', $match->id)->pluck('resulta')->first() == null)
|
||||||
<!-- Edit -->
|
<!-- 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>
|
<button class="btn btn-primary" type="submit">Tipp<button>
|
||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
@endif
|
@endif
|
||||||
|
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
<div class="container">
|
||||||
<h1>Tipp<small>Spiel {!! $teama . ' vs. ' . $teamb !!}</small></h1>
|
<h1>Tipp<small>Spiel {!! $teama . ' vs. ' . $teamb !!}</small></h1>
|
||||||
|
|
||||||
@if ($errors->any())
|
@if ($errors->any())
|
||||||
@@ -14,7 +15,6 @@
|
|||||||
</div>
|
</div>
|
||||||
@endif
|
@endif
|
||||||
|
|
||||||
<div class="container">
|
|
||||||
|
|
||||||
{!! Form::open(['action' => 'PagesController@storeTipp']) !!}
|
{!! Form::open(['action' => 'PagesController@storeTipp']) !!}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user