1
0
mirror of https://github.com/GOSTSec/gostexplr synced 2025-01-15 17:20:04 +00:00
gostexplr/views/address.jade

12 lines
149 B
Plaintext
Raw Normal View History

2018-02-03 21:14:56 +05:00
extends layout
block content
h3 Address
div= address
h3 Transactions
each val in txes
div
a(href='/transaction/#{val}/') #{val}