From dd7c93fd342fe299b553f8b95e4a2d798fdd7b1b Mon Sep 17 00:00:00 2001 From: mo khan Date: Fri, 24 May 2024 16:07:12 -0600 Subject: Remove dog/cat counts --- templates/city.md.erb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'templates') diff --git a/templates/city.md.erb b/templates/city.md.erb index 7ee5ff0..03a8bde 100644 --- a/templates/city.md.erb +++ b/templates/city.md.erb @@ -1,9 +1,9 @@ # Calgary (YYC) -| Sector | Name | Total | Male | Female | Non-binary | Dogs | Cats | -| ------ | ---- | ----- | ---- | ------ | ---------- | ---- | ---- | +| Sector | Name | Total | Male | Female | Non-binary | +| ------ | ---- | ----- | ---- | ------ | ---------- | <%- self.sort.each do |community| -%> -| [<%= community[:sector] %>][<%= community[:sector].parameterize %>] | [<%= community.name %>][<%= community.name.parameterize %>] | <%= community[:res_cnt] %> | <%= community[:male_cnt] %> (<%= community.percent(:male_cnt) %>%) | <%= community[:female_cnt] %> (<%= community.percent(:female_cnt) %>%) | <%= community[:other_cnt] %> (<%= community.percent(:other_cnt) %>%) | <%= community[:dog_cnt] %> | <%= community[:cat_cnt] %> | +| [<%= community[:sector] %>][<%= community[:sector].parameterize %>] | [<%= community.name %>][<%= community.name.parameterize %>] | <%= community[:res_cnt] %> | <%= community[:male_cnt] %> (<%= community.percent(:male_cnt) %>%) | <%= community[:female_cnt] %> (<%= community.percent(:female_cnt) %>%) | <%= community[:other_cnt] %> (<%= community.percent(:other_cnt) %>%) | <%- end -%> <%- self.sectors.each do |sector| -%> -- cgit v1.2.3