Skip to content

Commit 6ba85d1

Browse files
committed
Link from record transaction detail to tx detail page
1 parent 39beb0e commit 6ba85d1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Tippy/Pages/RecordedTransactions/Details.cshtml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
<label>Tx Hash</label>
2020
</div>
2121
<div class="column is-10">
22-
<span>@Model.Transaction.TxHash</span>
22+
<span>
23+
<a asp-page="/Transactions/Details" asp-route-txhash="@Model.Transaction.TxHash" class="hash-text">
24+
@Model.Transaction.TxHash
25+
</a>
26+
</span>
2327
</div>
2428

2529
<div class="column is-2">

0 commit comments

Comments
 (0)