player hover club page changes
This commit is contained in:
@@ -104,12 +104,14 @@
|
|||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{{#each club.squad}}
|
{{#each club.squad}}
|
||||||
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title="player-card tooltip">
|
|
||||||
Contract Start: {{contractStart}}
|
|
||||||
Contract End: {{contractEnd}}
|
|
||||||
</button>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{name}}</td>
|
<td>
|
||||||
|
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title={{name}}>
|
||||||
|
Contract Start: {{contractStart}}
|
||||||
|
Contract End: {{contractEnd}}
|
||||||
|
</button>
|
||||||
|
</td>
|
||||||
<td>{{position}}</td>
|
<td>{{position}}</td>
|
||||||
<td>{{dateOfBirth}}</td>
|
<td>{{dateOfBirth}}</td>
|
||||||
<td>{{nationality}}</td>
|
<td>{{nationality}}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user