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