Skip to content

Commit

Permalink
#1 Link to players site from home.
Browse files Browse the repository at this point in the history
  • Loading branch information
afuersch committed Oct 15, 2015
1 parent 2a64414 commit 9c5c367
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 @@ -31,15 +31,15 @@
<div class="col-md-6">
<div class="row">
<div class="col-sm-6">
<h3 class="text-center">The best players</h3>
<h3 class="text-center"><a href="@Url.Action("Index", "Players", new { league = Model.Name, sort = "best", recent = true })">The best players</a></h3>
<ul id="bestPlayerRanking">
<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 players</h3>
<h3 class="text-center"><a href="@Url.Action("Index", "Players", new { league = Model.Name, sort = "worst", recent = true })">The worst players</a></h3>
<ul id="worstPlayerRanking">
<li class="progress">
<div class="progress-bar progress-bar-striped active" style="width: 100%"></div>
Expand Down

0 comments on commit 9c5c367

Please sign in to comment.