forked from lucaspatenaude/ScoreSpot
Fixes to player hover branch. Club page was not returning data to it
This commit is contained in:
@@ -104,13 +104,8 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{{#each club.squad}}
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title="Contract Start: {{contractStart}}, Contract End: {{contractEnd}}">
|
||||
{{name}}
|
||||
</button>
|
||||
</td>
|
||||
<td>{{name}}</td>
|
||||
<td>{{position}}</td>
|
||||
<td>{{dateOfBirth}}</td>
|
||||
<td>{{nationality}}</td>
|
||||
|
||||
Reference in New Issue
Block a user