From 3bff57cd0b326a0209214a7aea6e8333fa606a16 Mon Sep 17 00:00:00 2001 From: Derek Eder Date: Fri, 7 Jun 2024 16:02:07 -0500 Subject: [PATCH] using rows and columns styles on compare alders page for mobile --- .../templates/compare_council_members.html | 24 +++++++++++++++---- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/chicago/templates/compare_council_members.html b/chicago/templates/compare_council_members.html index 6599a6f..fdb1e01 100644 --- a/chicago/templates/compare_council_members.html +++ b/chicago/templates/compare_council_members.html @@ -15,7 +15,7 @@

Compare Alders

- +
@@ -36,17 +36,31 @@

Compare Alders

- - + + - - + + {% endfor %}
+ Alder {{ person.link_html | safe }} {{ person.latest_council_membership.post.label }}{{ person.years_in_office }} + Ward + {{ person.latest_council_membership.post.label }} + + Years in office + {{ person.years_in_office }} + + Non-routine bills sponsored {{ person.statistics.legislation_count }} bills {{ person.statistics.attendance_percent }}{{ person.caucus }} + Attendance (this session) + {{ person.statistics.attendance_percent }} + + Caucus + {{ person.caucus }} +