Skip to content

Commit

Permalink
refactor(template): Removes section from the docket_authorities template
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Dec 7, 2023
1 parent c092349 commit 68e97ee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cl/opinion_page/templates/docket_authorities.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ <h3>The filings in this docket cite {{docket.authority_count|intcomma}} opinion{
<br />
<span class="bullet-tail">{{ authority.cited_opinion.cluster.docket.court }}</span>
<span class="bullet-tail">{{ authority.cited_opinion.cluster.date_filed }}</span>
{% if authority.cited_opinion.cluster.citation_count > 1 %}
Also cited by <a href="/?q=cites%3A({{ authority.cited_opinion.cluster.sub_opinions.all|OR_join }})"
rel="nofollow">{{authority.cited_opinion.cluster.citation_count|add:"-1" }} other opinion{{authority.cited_opinion.cluster.citation_count|add:"-1"|pluralize }}</a>
{% else %}
Cited by 0 other opinions
{% endif %}
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit 68e97ee

Please sign in to comment.