Competition logos added
This commit is contained in:
@@ -15,4 +15,9 @@
|
|||||||
#club-favorite-button:hover
|
#club-favorite-button:hover
|
||||||
{
|
{
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
#competition-logo {
|
||||||
|
width: 60px;
|
||||||
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
@@ -81,11 +81,13 @@
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Name</th>
|
<th>Name</th>
|
||||||
|
<th></th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
{{#each club.runningCompetitions}}
|
{{#each club.runningCompetitions}}
|
||||||
<tr>
|
<tr>
|
||||||
|
<td><img id="competition-logo" src="{{emblem}}"></td>
|
||||||
<td>{{name}}</td>
|
<td>{{name}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|||||||
Reference in New Issue
Block a user