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
0568bfc9
Commit
0568bfc9
authored
6 years ago
by
Clint Mourlevat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deploy as Release
parent
ec7e6217
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
32 additions
and
9 deletions
+32
-9
Address.cshtml
Stratis.Guru/Views/BlockExplorer/Address.cshtml
+8
-0
Block.cshtml
Stratis.Guru/Views/BlockExplorer/Block.cshtml
+8
-0
Index.cshtml
Stratis.Guru/Views/BlockExplorer/Index.cshtml
+8
-0
SearchBlock.cshtml
Stratis.Guru/Views/BlockExplorer/SearchBlock.cshtml
+0
-9
Transaction.cshtml
Stratis.Guru/Views/BlockExplorer/Transaction.cshtml
+8
-0
No files found.
Stratis.Guru/Views/BlockExplorer/Address.cshtml
View file @
0568bfc9
...
...
@@ -4,6 +4,14 @@
Layout = "_Layout";
ViewBag.Query = Model.address;
}
@section Style
{
<style>
#crafted {
position: relative;
}
</style>
}
<partial name="SearchBlock" model="@(new SearchBlockExplorer())" />
<section class="block-explorer-section">
<div class="container">
...
...
This diff is collapsed.
Click to expand it.
Stratis.Guru/Views/BlockExplorer/Block.cshtml
View file @
0568bfc9
...
...
@@ -4,6 +4,14 @@
Layout = "_Layout";
ViewBag.Query = Model.blockHash;
}
@section Style
{
<style>
#crafted {
position: relative;
}
</style>
}
<partial name="SearchBlock" model="@(new SearchBlockExplorer())" />
<section class="block-explorer-section">
<div class="container">
...
...
This diff is collapsed.
Click to expand it.
Stratis.Guru/Views/BlockExplorer/Index.cshtml
View file @
0568bfc9
...
...
@@ -3,6 +3,14 @@
ViewBag.Title = "Stratis Block Explorer";
Layout = "_Layout";
}
@section Style
{
<style>
#crafted {
position: relative;
}
</style>
}
<partial name="SearchBlock" />
<section class="block-explorer-section section">
<div class="container">
...
...
This diff is collapsed.
Click to expand it.
Stratis.Guru/Views/BlockExplorer/SearchBlock.cshtml
View file @
0568bfc9
@section Style
{
<style>
#crafted {
position: relative;
}
</style>
}
@model SearchBlockExplorer
<section class="block-explorer-wrapper" id="welcome-1">
<div class="block-explorer text">
...
...
This diff is collapsed.
Click to expand it.
Stratis.Guru/Views/BlockExplorer/Transaction.cshtml
View file @
0568bfc9
...
...
@@ -4,6 +4,14 @@
Layout = "_Layout";
ViewBag.Query = Model.transactionId;
}
@section Style
{
<style>
#crafted {
position: relative;
}
</style>
}
<partial name="SearchBlock" model="@(new SearchBlockExplorer())" />
<section class="block-explorer-section">
<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