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
105e9c00
Commit
105e9c00
authored
6 years ago
by
Clint Mourlevat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deployment as service
parent
bd20352d
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
Block.cshtml
Stratis.Guru/Views/BlockExplorer/Block.cshtml
+1
-1
Index.cshtml
Stratis.Guru/Views/BlockExplorer/Index.cshtml
+1
-1
_Layout.cshtml
Stratis.Guru/Views/Shared/_Layout.cshtml
+1
-0
No files found.
Stratis.Guru/Views/BlockExplorer/Block.cshtml
View file @
105e9c00
...
...
@@ -32,7 +32,7 @@
</tr>
<tr>
<td><strong>Block Size</strong></td>
<td>@Model.blockSize</td>
<td>@Model.blockSize
kB
</td>
</tr>
<tr>
<td><strong>Total Received</strong></td>
...
...
This diff is collapsed.
Click to expand it.
Stratis.Guru/Views/BlockExplorer/Index.cshtml
View file @
105e9c00
...
...
@@ -33,7 +33,7 @@
<td><a asp-controller="BlockExplorer" asp-action="Block" asp-route-block="@block.blockIndex">@block.blockIndex</a></td>
<td>@((DateTime.Now - DateTimeOffset.FromUnixTimeSeconds((long)block.blockTime)).TotalMinutes.ToString("N0")) Minutes</td>
<td>@block.transactionCount</td>
<td>@block.blockSize
Kb
</td>
<td>@block.blockSize
kB
</td>
<td><a asp-controller="BlockExplorer" asp-action="BlockHash" asp-route-hash="@block.blockHash">@block.blockHash</a></td>
</tr>
}
...
...
This diff is collapsed.
Click to expand it.
Stratis.Guru/Views/Shared/_Layout.cshtml
View file @
105e9c00
...
...
@@ -29,6 +29,7 @@
</environment>
</head>
<body>
<div
style=
"background-image: url(http://aral.github.io/fork-me-on-github-retina-ribbons/left-white@2x.png);"
></div>
<div
class=
"shadow-inset"
></div>
<header
class=
"header-area"
>
<div
class=
"container"
>
...
...
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