Skip to content

Commit

Permalink
#5 Link the teams ranking on the home view.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian Fürschuß committed Nov 23, 2016
1 parent bb640e5 commit 1ccdbaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Wuzlstats/Views/Home/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
</div>
<div class="row">
<div class="col-sm-6">
<h3 class="text-center">The best teams</h3>
<h3 class="text-center"><a href="@Url.Action("Index", "Teams", new { league = Model.Name, sort = "best", recent = true })">The best teams</a></h3>
<ul id="bestTeamRanking">
<li class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 100%"></div>
</li>
</ul>
</div>
<div class="col-sm-6">
<h3 class="text-center">The worst teams</h3>
<h3 class="text-center"><a href="@Url.Action("Index", "Teams", new { league = Model.Name, sort = "worst", recent = true })">The worst teams</a></h3>
<ul id="worstTeamRanking">
<li class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 100%"></div>
Expand Down

0 comments on commit 1ccdbaa

Please sign in to comment.