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

@@ -1,5 +1,5 @@
<div class="row">
<div class="col-xs-6 col-md-4" *ngFor="let match of matches">
<div class="col-md-4" *ngFor="let match of matches">
<match [match]="match"></match>
</div>
</div>