summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2024-05-24 16:07:12 -0600
committermo khan <mo@mokhan.ca>2024-05-24 16:07:12 -0600
commitdd7c93fd342fe299b553f8b95e4a2d798fdd7b1b (patch)
tree243b8ad497263aa8336b0fc7c65f37c0a6f78f28 /templates
parentd07c42e49a8933dcc1e99778c427648ee57ea948 (diff)
Remove dog/cat counts
Diffstat (limited to 'templates')
-rw-r--r--templates/city.md.erb6
1 files changed, 3 insertions, 3 deletions
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| -%>