rename match leauge to type

This commit is contained in:
chsakell
2016-09-30 12:22:16 +03:00
parent 1f14c0c55f
commit 8e6c0efe48
7 changed files with 38 additions and 27 deletions

View File

@@ -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>