diff --git a/views/blocks/software_statistics.html.erb b/views/blocks/software_statistics.html.erb
index 07749ec..b9f1cd1 100644
--- a/views/blocks/software_statistics.html.erb
+++ b/views/blocks/software_statistics.html.erb
@@ -1,10 +1,36 @@
- - <%= pluralize(profile.hits, 'visita', 'visitas') %>
- - <%= pluralize(total_downloads, 'download', 'downloads') %>
- - <%= block.benefited_people.to_s + _(' benefited people*') %>
- - <%= number_to_currency(block.saved_resources, unit: 'R$ ', separator: ',', delimiter: '.') %> <%= _(' saved resources*') %>
+ -
+
+
+ <%= pluralize(profile.hits, 'visita', 'visitas') %>
+
+
+ -
+
+
+ <%= pluralize(total_downloads, 'download', 'downloads') %>
+
+
+ -
+
+
+ <%= block.benefited_people.to_s + _(' benefited people*') %>
+
+
+ -
+
+
+
+ <%= number_to_currency(block.saved_resources, unit: 'R$ ',
+ separator: ',', delimiter: '.') %>
+
+ <%= _(' saved resources*') %>
+
+
-
* <%= _("Data estimated by the software administrator.") %>
+
+ * <%= _("Data estimated by the software administrator.") %>
+
--
libgit2 0.21.2