Skip to content

Commit

Permalink
MUR search add tags for case_citation_require_all
Browse files Browse the repository at this point in the history
  • Loading branch information
rfultz committed Jan 23, 2025
1 parent 64ebe7f commit 11c6a9a
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions fec/legal/templates/legal-search-results-murs.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,13 @@
{% endif %}
</li>
{% endif %}
{% if case_citation_require_all %}
{% if case_regulatory_citation or case_statutory_citation %}
<li data-tag-category="case_regulatory_citation" class="tag__category">
<div data-removable="true" class="tag__item">Cases with all citations<button class="button js-close tag__remove" data-tag="case_citation_require_all"><span class="u-visually-hidden">Remove</span></button></div>
{% if case_citation_require_all =='true' %}
<div data-removable="false" class="tag__item">Cases with all citations</div>
{% else %}
<div data-removable="false" class="tag__item">Cases with any citations</div>
{% endif %}
</li>
{% endif %}
{% if case_regulatory_citation %}
Expand Down

0 comments on commit 11c6a9a

Please sign in to comment.