player hover commit two
This commit is contained in:
@@ -1,6 +0,0 @@
|
|||||||
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title="player-card tooltip">
|
|
||||||
{{#each club.squad}}
|
|
||||||
Contract Start: {{contractStart}}
|
|
||||||
Contract End: {{contractEnd}}
|
|
||||||
{{/each}}
|
|
||||||
</button>
|
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title="player-card tooltip">
|
||||||
|
{{#each club.squad}}
|
||||||
|
Contract Start: {{contractStart}}
|
||||||
|
Contract End: {{contractEnd}}
|
||||||
|
{{/each}}
|
||||||
|
</button>
|
||||||
Reference in New Issue
Block a user