From 737a18b592d757449548c9b4cf179b7a1fe8e1b9 Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 2 May 2017 20:59:58 -0400 Subject: Codepoints stats page --- Project-Unite/Views/Stats/Codepoints.cshtml | 41 +++++++++++++++++++++++++++++ Project-Unite/Views/Stats/Pong.cshtml | 2 +- 2 files changed, 42 insertions(+), 1 deletion(-) create mode 100644 Project-Unite/Views/Stats/Codepoints.cshtml (limited to 'Project-Unite/Views') diff --git a/Project-Unite/Views/Stats/Codepoints.cshtml b/Project-Unite/Views/Stats/Codepoints.cshtml new file mode 100644 index 0000000..81b8467 --- /dev/null +++ b/Project-Unite/Views/Stats/Codepoints.cshtml @@ -0,0 +1,41 @@ +@model Project_Unite.Models.PongStatsViewModel +@{ + ViewBag.Title = "Codepoints Highscores"; +} + +

Codepoints Stats

+ +

In ShiftOS, Codepoints are your primary form of currency. You earn them by doing many actions such as playing Pong, drawing pictures in Artpad, skinning and shifting in Shifter, and more.

+ +

You can use them to upgrade your OS, download more apps, etc.

+ +

Below is a list of all users with Codepoints, starting with the top Shifters.

+ + + + + + + +@foreach(var entry in Model.Highscores) +{ + + + + +} +
UserCodepoints
@Html.UserLink(entry.UserId)@entry.CodepointsCashout CP
+ + \ No newline at end of file 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 @@