Skip to content

Commit

Permalink
Display team
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwatson484 committed Jul 30, 2022
1 parent b46d338 commit 195fd58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/views/teamsheet.njk
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
{% for player in team.players %}
<div class="row">
<div class="col-md-2">{{ player.position[0] }}</div>
<div class="col-md-9">{{ player.fullName}}{% if player.substitute %} (sub){% endif %}</div>
<div class="col-md-6">{{ player.fullName}}{% if player.substitute %} (sub){% endif %}</div>
<div class="col-md-4">{{ player.team}}</div>
</div>
{% endfor %}
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dream-league-web",
"version": "1.3.14",
"version": "1.3.15",
"description": "Dream League web frontend",
"main": "app/index.js",
"scripts": {
Expand Down

0 comments on commit 195fd58

Please sign in to comment.