Skip to content

Commit

Permalink
Merge pull request #4717 from freelawproject/3308-document-link
Browse files Browse the repository at this point in the history
feat(document_page): Add link to document in docket sheet
  • Loading branch information
mlissner authored Nov 21, 2024
2 parents 20435ec + 99b4698 commit 8fa2ec2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cl/opinion_page/templates/includes/rd_metadata_headers.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ <h3>
{% if rd.description %}{{ rd.description }}
<span class="gray">&mdash;</span>
{% endif %}
Document #{{ rd.document_number }}{% if rd.document_type == rd.ATTACHMENT %}, Attachment #{{ rd.attachment_number }}{% endif %}
Document <a href="{{ rd.docket_entry.docket.get_absolute_url }}#entry-{{ rd.document_number }}">#{{ rd.document_number }}
</a>
{% if rd.document_type == rd.ATTACHMENT %}, Attachment #{{ rd.attachment_number }}{% endif %}
</h3>
<h4>{{ rd.docket_entry.docket.court }}</h4>
<p class="bottom">
Expand Down

0 comments on commit 8fa2ec2

Please sign in to comment.