Commit bfb505c6 authored by Clint Mourlevat's avatar Clint Mourlevat

Adding titles to block explorer pages

parent e8fb68c1
@model dynamic @model dynamic
@{ @{
ViewBag.Title = "title"; ViewBag.Title = $"Address {Model.address}";
Layout = "_Layout"; Layout = "_Layout";
ViewBag.Query = Model.address; ViewBag.Query = Model.address;
} }
......
@model dynamic @model dynamic
@{ @{
ViewBag.Title = "title"; ViewBag.Title = $"Transaction {Model.transactionId}";
Layout = "_Layout"; Layout = "_Layout";
ViewBag.Query = Model.transactionId; ViewBag.Query = Model.transactionId;
} }
......
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