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
d58f7ebf
Commit
d58f7ebf
authored
6 years ago
by
Clint.Network
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix some stuffs
parent
2e6331da
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
18 deletions
+24
-18
Lottery.cshtml
Stratis.Guru/Views/Home/Lottery.cshtml
+24
-18
No files found.
Stratis.Guru/Views/Home/Lottery.cshtml
View file @
d58f7ebf
...
...
@@ -90,6 +90,12 @@
</button>
</div>
<div class="modal-body text-center py-4">
@if(ViewBag.Players.Count == 0)
{
<p>There no players for now.</p>
}
else
{
<table class="table">
<thead>
<tr>
...
...
@@ -109,6 +115,7 @@
}
</tbody>
</table>
}
</div>
</form>
</div>
...
...
@@ -167,7 +174,6 @@
$('#clock').countdown(nextYear.toDate(), function(event) {
$(this).html(event.strftime('%D days %Hh %Mm %Ss'));
});
@*'@((DateTimeOffset.FromUnixTimeSeconds((long)ViewBag.NextDraw)).ToString("yyyy/MM/dd HH:mm:ss"))'*@
})
</script>
}
This diff is collapsed.
Click to expand it.
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