Design fixes
This commit is contained in:
@@ -46,8 +46,8 @@
|
|||||||
<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]] !!}
|
{!! Form::model($match, ['method' => 'GET', 'action' => ['PagesController@createTipp', $match->id], 'style' => 'display:inline-block;']) !!}
|
||||||
<button class="btn btn-primary" type="submit">Tipp<button>
|
<button class="btn btn-primary" type="submit">Tipp</button>
|
||||||
{!! Form::close() !!}
|
{!! Form::close() !!}
|
||||||
@endif
|
@endif
|
||||||
</td>
|
</td>
|
||||||
|
Reference in New Issue
Block a user