You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
376B

  1. extends layout
  2. block headContent
  3. title Address #{address}
  4. block content
  5. h1(class="h2") Address
  6. br
  7. small(class="monospace") #{address}
  8. h2
  9. table(class="table")
  10. tr
  11. th(class="table-active properties-header") Balance
  12. td(class="monospace") #{balance}
  13. tr
  14. th(class="table-active properties-header") Recieved
  15. td(class="monospace") #{received}