mirror of
https://github.com/chsakell/aspnet-core-signalr-angular.git
synced 2025-12-23 01:37:59 +00:00
rename match leauge to type
This commit is contained in:
@@ -15,8 +15,11 @@
|
||||
<td><span class="teamScore">{{match.guestScore}}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
<button type="button" class="btn btn-default btn-lg btn-block">
|
||||
<td>
|
||||
<span class="label label-success">{{match.type}}</span>
|
||||
</td>
|
||||
<td>
|
||||
<button type="button" class="btn btn-default btn-xs">
|
||||
Subscribe to feed
|
||||
</button>
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user