Skip to content

Commit

Permalink
Merge pull request #4629 from v-anne/audio-docket-links
Browse files Browse the repository at this point in the history
feat(audio): link to RECAP search from audio pages
  • Loading branch information
mlissner authored Nov 1, 2024
2 parents 87f292e + c98719a commit 40a771e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion cl/audio/templates/oral_argument.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,12 @@ <h3>{{ af.docket.court }}</h3>
<p class="bottom">
{% if af.docket.docket_number %}
<span class="meta-data-header">Docket Number: </span>
<span class="meta-data-value select-all">{{ af.docket.docket_number }}</span>
<a
href="/?type=r&amp;docket_number={{ af.docket.docket_number }}&amp;court={{ af.docket.court.pk }}"
rel="nofollow"
data-toggle="tooltip"
data-placement="right"
title="Search for this docket number in the RECAP Archive.">{{ af.docket.docket_number }}</a>
{% endif %}
</p>

Expand Down

0 comments on commit 40a771e

Please sign in to comment.