Skip to content

Commit

Permalink
Merge pull request #203 from EarthSchlange/add_subtext_to_top_player_…
Browse files Browse the repository at this point in the history
…information

Added five year subtext to Top Dan and Top Kyu.
  • Loading branch information
Michael Hiiva committed Jun 26, 2021
2 parents a0af5bf + 925e23d commit d28a423
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions agagd/jinja2/beta.index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
<section class="container">
<section class="row top-players-tables">
<section class="col-sm-12 col-md-12 col-lg-6 top-dan">
<h5 class="table-headers top-players-headers">Top Dan</h5>
<h5 class="table-headers top-players-headers mb-0">Top Dan</h5>
<p class="m-0 pb-1 small">Last five years</p>
<div class="top-dan-table">
{{ top_10_dan_table.as_html(request) }}
</div>
</section>

<section class="col-sm-12 col-md-12 col-lg-6 top-kyu">
<h5 class="table-headers top-players-headers">Top Kyu</h5>

<h5 class="table-headers top-players-headers mb-0">Top Kyu</h5>
<p class="m-0 pb-1 small">Last five years</p>
<div class="top-kyu-table">
{{ top_10_kyu_table.as_html(request) }}
</div>
Expand Down

0 comments on commit d28a423

Please sign in to comment.