summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/communities.md.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/communities.md.erb b/templates/communities.md.erb
index 3116196..63babd1 100644
--- a/templates/communities.md.erb
+++ b/templates/communities.md.erb
@@ -3,9 +3,9 @@
| Sector | Name | Total | Male | Female | Non-binary | Dogs | Cats |
| ------ | ---- | ----- | ---- | ------ | ---------- | ---- | ---- |
<%- self.sort.each do |community| -%>
-| <%= community[:sector] %> | [<%= 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.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] %> |
<%- end -%>
<%- self.sort.each do |community| -%>
-[<%= community.name.parameterize %>]: ./,<%= community[:sector].parameterize %>/<%= community.name.parameterize %>/README.md
+[<%= community.name.parameterize %>]: ./<%= community[:sector].parameterize %>/<%= community.name.parameterize %>/README.md
<%- end -%>