Button caption
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
@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;']) !!}
|
||||
<button class="btn btn-primary" type="submit">Tipp!<button>
|
||||
<button class="btn btn-primary" type="submit">Tipp<button>
|
||||
{!! Form::close() !!}
|
||||
@endif
|
||||
</td>
|
||||
|
Reference in New Issue
Block a user