summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Stats/Pong.cshtml
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-05-02 20:59:58 -0400
committerMichael <[email protected]>2017-05-02 20:59:58 -0400
commit737a18b592d757449548c9b4cf179b7a1fe8e1b9 (patch)
treeab2754368a5b88ff7bdc00236396d829bda7b657 /Project-Unite/Views/Stats/Pong.cshtml
parent7b23b2c724bc4912158647d75fec50c4184931e6 (diff)
downloadproject-unite-737a18b592d757449548c9b4cf179b7a1fe8e1b9.tar.gz
project-unite-737a18b592d757449548c9b4cf179b7a1fe8e1b9.tar.bz2
project-unite-737a18b592d757449548c9b4cf179b7a1fe8e1b9.zip
Codepoints stats page
Diffstat (limited to 'Project-Unite/Views/Stats/Pong.cshtml')
-rw-r--r--Project-Unite/Views/Stats/Pong.cshtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Project-Unite/Views/Stats/Pong.cshtml b/Project-Unite/Views/Stats/Pong.cshtml
index faea446..e46cf4a 100644
--- a/Project-Unite/Views/Stats/Pong.cshtml
+++ b/Project-Unite/Views/Stats/Pong.cshtml
@@ -30,7 +30,7 @@
<ul class="pagination">
@for(int i = 1; i <= Model.PageCount; i++)
{
- if (i == Model.CurrentPage)
+ if (i == Model.CurrentPage - 1)
{
<li class="active">@Html.ActionLink(i.ToString(), "Pong", "Stats", new { id = i }, null)</li>
}