Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
guru
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
guru
Commits
6583ae1a
Commit
6583ae1a
authored
Jan 01, 2019
by
Clint.Network
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix jackpot decimals #21
parent
d126ab4d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Lottery.cshtml
Stratis.Guru/Views/Home/Lottery.cshtml
+1
-1
No files found.
Stratis.Guru/Views/Home/Lottery.cshtml
View file @
6583ae1a
...
...
@@ -151,7 +151,7 @@
<span id="clock"></span>
</span>
</h1>
<h2 class="mb-5">Actual Jackpot: @(
(ViewBag.Jackpot ?? 0).ToString("N0")
) STRAT</h2>
<h2 class="mb-5">Actual Jackpot: @(
ViewBag.Jackpot ?? 0
) STRAT</h2>
<button data-toggle="modal" data-target="#participate-modal" class="btn-secondary-box"><i class="fa fa-ticket"></i> Buy a lottery ticket</button>
<button data-toggle="modal" data-target="#players-modal" class="btn-secondary-box"><i class="fa fa-user-o"></i> See Players</button>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment