Skip to content

Commit

Permalink
api changed to view decoded on line decred#17
Browse files Browse the repository at this point in the history
block page
  • Loading branch information
stanleychidi authored May 28, 2018
1 parent b35d3af commit 64177be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/block.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
{{else}}
<span class="op60 fs12">best block</span>
{{end}}
<a class="fs12" href="/api/block/{{.Height}}/verbose?indent=true" data-turbolinks="false">view decoded</a>
<a class="fs12" href="/api/block/{{.Height}}/verbose?indent=true" data-turbolinks="false">View decoded</a>
</h4>
</div>
<div class="col-md-5 col-sm-6 d-flex">
Expand Down

0 comments on commit 64177be

Please sign in to comment.