Skip to content

Commit

Permalink
add delimiters for number of addresses / names in stats
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanne committed Sep 13, 2015
1 parent cfe2271 commit ef78594
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/blocks/stats.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
%tr
%th Addresses
%td
#{stats['addrs']}
#{number_with_delimiter stats['addrs']}
- if Bitcoin.namecoin?
(#{stats['names']} Names)
(#{number_with_delimiter stats['names']} Names)

%tr
%th Blockchain Size
Expand Down

0 comments on commit ef78594

Please sign in to comment.