player hover initial addition to club page
This commit is contained in:
@@ -104,6 +104,10 @@
|
|||||||
</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>{{name}}</td>
|
||||||
<td>{{position}}</td>
|
<td>{{position}}</td>
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title="player-card tooltip">
|
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title="player-card tooltip">
|
||||||
{{#each club.squad}}
|
|
||||||
Contract Start: {{contractStart}}
|
Contract Start: {{contractStart}}
|
||||||
Contract End: {{contractEnd}}
|
Contract End: {{contractEnd}}
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|||||||
Reference in New Issue
Block a user