Skip to content

Commit

Permalink
Revert "feat(rd_page): make docket number and name one-click selectable"
Browse files Browse the repository at this point in the history
This reverts commit af1d665.
  • Loading branch information
elisa-a-v committed Feb 27, 2025
1 parent 0b63e87 commit def6c71
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cl/opinion_page/templates/includes/rd_metadata_headers.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ <h4>{{ rd.docket_entry.docket.court }}</h4>
<p class="bottom">
<span class="meta-data-header">Docket Number:</span>
<span class="meta-data-value">
<span class="select-all">
<a href="{{ rd.docket_entry.docket.get_absolute_url }}">
{{ rd.docket_entry.docket.docket_number }}
</span>
</a>
</span>
</p>
{% include "includes/citation.html" with obj=rd.docket_entry %}
Expand Down
4 changes: 3 additions & 1 deletion cl/opinion_page/templates/recap_document.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ <h3 class="inline"><span>Your Notes</span></h3>

{% block content %}
<article class="col-sm-9">
<h2 class="inline select-all">{{ rd.docket_entry.docket|best_case_name|safe|v_wrapper }}</h2>
<h2 class="inline"><a
href="{{ rd.docket_entry.docket.get_absolute_url }}"
class="no-underline black-link">{{ rd.docket_entry.docket|best_case_name|safe|v_wrapper }}</a></h2>
{% include "includes/notes_modal.html" %}
{% include "includes/buy_pacer_modal.html" %}
{% if redirect_to_pacer_modal %}
Expand Down

0 comments on commit def6c71

Please sign in to comment.