Design fixes

This commit is contained in:
2018-06-06 22:08:52 +02:00
parent 8e334f4c29
commit f2cacf9bd2

View File

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