diff --git a/chicago/templates/partials/component_recently_passed.html b/chicago/templates/partials/component_recently_passed.html deleted file mode 100644 index 2f1c714..0000000 --- a/chicago/templates/partials/component_recently_passed.html +++ /dev/null @@ -1,12 +0,0 @@ -
- Passed on {{legislation.date_passed|date:'n/d'}}
- {{ legislation.friendly_name }}
-
- {{ legislation.listing_description | short_blurb }}. -
- -
- {% if legislation.topics %}
-
- {% for tag in legislation.topics %}
-
- {{ tag }}
-
- {% endfor %}
- {% else %}
-
- {% for tag in legislation.pseudo_topics %}
-
- {{ tag | committee_topic_only }}
-
- {% endfor %}
- {% endif %}
-
-