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

Deploy as Release

parent ec7e6217
...@@ -4,6 +4,14 @@ ...@@ -4,6 +4,14 @@
Layout = "_Layout"; Layout = "_Layout";
ViewBag.Query = Model.address; ViewBag.Query = Model.address;
} }
@section Style
{
<style>
#crafted {
position: relative;
}
</style>
}
<partial name="SearchBlock" model="@(new SearchBlockExplorer())" /> <partial name="SearchBlock" model="@(new SearchBlockExplorer())" />
<section class="block-explorer-section"> <section class="block-explorer-section">
<div class="container"> <div class="container">
......
...@@ -4,6 +4,14 @@ ...@@ -4,6 +4,14 @@
Layout = "_Layout"; Layout = "_Layout";
ViewBag.Query = Model.blockHash; ViewBag.Query = Model.blockHash;
} }
@section Style
{
<style>
#crafted {
position: relative;
}
</style>
}
<partial name="SearchBlock" model="@(new SearchBlockExplorer())" /> <partial name="SearchBlock" model="@(new SearchBlockExplorer())" />
<section class="block-explorer-section"> <section class="block-explorer-section">
<div class="container"> <div class="container">
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
ViewBag.Title = "Stratis Block Explorer"; ViewBag.Title = "Stratis Block Explorer";
Layout = "_Layout"; Layout = "_Layout";
} }
@section Style
{
<style>
#crafted {
position: relative;
}
</style>
}
<partial name="SearchBlock" /> <partial name="SearchBlock" />
<section class="block-explorer-section section"> <section class="block-explorer-section section">
<div class="container"> <div class="container">
......
@section Style
{
<style>
#crafted {
position: relative;
}
</style>
}
@model SearchBlockExplorer @model SearchBlockExplorer
<section class="block-explorer-wrapper" id="welcome-1"> <section class="block-explorer-wrapper" id="welcome-1">
<div class="block-explorer text"> <div class="block-explorer text">
......
...@@ -4,6 +4,14 @@ ...@@ -4,6 +4,14 @@
Layout = "_Layout"; Layout = "_Layout";
ViewBag.Query = Model.transactionId; ViewBag.Query = Model.transactionId;
} }
@section Style
{
<style>
#crafted {
position: relative;
}
</style>
}
<partial name="SearchBlock" model="@(new SearchBlockExplorer())" /> <partial name="SearchBlock" model="@(new SearchBlockExplorer())" />
<section class="block-explorer-section"> <section class="block-explorer-section">
<div class="container"> <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