player hover club page changes
This commit is contained in:
@@ -104,12 +104,14 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
{{#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>
|
||||
<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>{{dateOfBirth}}</td>
|
||||
<td>{{nationality}}</td>
|
||||
|
||||
Reference in New Issue
Block a user