1
0
mirror of https://github.com/GOSTSec/gostexplr synced 2025-02-06 20:04:37 +00:00
gostexplr/views/address.jade
2018-02-06 23:24:20 +05:00

16 lines
348 B
Plaintext

extends layout
block content
h3 Address
div= address
h3 Transactions
each val in txes
div
a(href='/transaction/#{val.txid}/') #{val.txid}
div.pagination
if prevpage
a(href='/address/#{address}/#{prevpage}/', style='float:left') Back
if nextpage
a(href='/address/#{address}/#{nextpage}/', style='float:right') Next