Skip to content

Commit

Permalink
Fixes an issue with the block hash not showing in the api href
Browse files Browse the repository at this point in the history
  • Loading branch information
uaktags committed Jul 6, 2019
1 parent 012e4e2 commit 06d8229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/block.pug
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ block content
if block.nextblockhash != null
a(href='/block/'+ block.nextblockhash)
span.fa.fa-chevron-right.iquidus.pull-right.block-next(data-toggle='tooltip', data-placement='top', title=t('block.block_next'))
a(href=`/api/getblock?hash=#{block.hash}`)
a(href=`/api/getblock?hash=` + block.hash)
span.fa.fa-info-circle.iquidus.pull-right
table.table.table-bordered.summary-table
thead
Expand Down

0 comments on commit 06d8229

Please sign in to comment.