Commit bfb505c6 authored by Clint Mourlevat's avatar Clint Mourlevat

Adding titles to block explorer pages

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