Commit 0568bfc9 authored by Clint Mourlevat's avatar Clint Mourlevat

Deploy as Release

parent ec7e6217
......@@ -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">
......
......@@ -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">
......
......@@ -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">
......
@section Style
{
<style>
#crafted {
position: relative;
}
</style>
}
@model SearchBlockExplorer
<section class="block-explorer-wrapper" id="welcome-1">
<div class="block-explorer text">
......
......@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment