Skip to content

Commit

Permalink
add description to tables
Browse files Browse the repository at this point in the history
  • Loading branch information
djbrown committed Oct 15, 2020
1 parent ba298d9 commit 0ddca2b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/leagues/jinja2/leagues/games.j2
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
<h2>Spiele</h2>
<div class="table-responsive">
<table id="data-table" class="table table-sm table-striped">
<caption>Spiele</caption>
<thead>
<tr>
<th>#</th>
Expand Down
1 change: 1 addition & 0 deletions src/leagues/jinja2/leagues/offenders.j2
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
</div>
<div class="table-responsive">
<table id="data-table" class="table table-sm table-striped">
<caption>Straffällige</caption>
<thead>
<tr>
<th>Pl.</th>
Expand Down
1 change: 1 addition & 0 deletions src/leagues/jinja2/leagues/scorers.j2
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
</div>
<div class="table-responsive">
<table id="data-table" class="table table-sm table-striped">
<caption>Schützen</caption>
<thead>
<tr>
<th>Pl.</th>
Expand Down
1 change: 1 addition & 0 deletions src/players/jinja2/players/detail.j2
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
<h2>Spiele</h2>
<div class="table-responsive">
<table id="data-table" class="table table-sm table-striped">
<caption>Spiele</caption>
<thead>
<tr>
<th>#</th>
Expand Down
1 change: 1 addition & 0 deletions src/teams/jinja2/teams/games.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<h2>Spiele</h2>
<div class="table-responsive">
<table id="data-table" class="table table-sm table-striped">
<caption>Spiele</caption>
<thead>
<tr>
<th>#</th>
Expand Down
1 change: 1 addition & 0 deletions src/teams/jinja2/teams/offenders.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<h2>Straffällige</h2>
<div class="table-responsive">
<table id="data-table" class="table table-sm table-striped">
<caption>Straffällige</caption>
<thead>
<tr>
<th>Pl.</th>
Expand Down
1 change: 1 addition & 0 deletions src/teams/jinja2/teams/players.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<h2>Spieler</h2>
<div class="table-responsive">
<table id="data-table" class="table table-sm table-striped">
<caption>Spieler</caption>
<thead>
<tr>
<th>Name</th>
Expand Down
1 change: 1 addition & 0 deletions src/teams/jinja2/teams/scorers.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
<h2>Schützen</h2>
<div class="table-responsive">
<table id="data-table" class="table table-sm table-striped">
<caption>Schützen</caption>
<thead>
<tr>
<th>Pl.</th>
Expand Down

0 comments on commit 0ddca2b

Please sign in to comment.