Skip to content

Commit

Permalink
feat(template): Update Bluesky templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ERosendo committed Dec 6, 2023
1 parent 3921cea commit 81f9679
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bc/core/utils/status/templates.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
link_placeholders=["docket_link"],
str_template="""I'm now following {docket}:
[Docket]({docket_link})
[View Full Case]({docket_link})
#CL{docket_id}""",
)
Expand All @@ -124,7 +124,7 @@
link_placeholders=["docket_link", "article_url"],
str_template="""I'm now following {docket}:
[Docket]({docket_link}) | [Article Link]({article_url})
[View Full Case]({docket_link}) | [Background Info]({article_url})
#CL{docket_id}""",
)
Expand All @@ -134,7 +134,7 @@
str_template="""New filing: "{docket}"
Doc #{doc_num}: {description}
[Download PDF]({pdf_link}) | [View Docket]({docket_link})
[Download PDF]({pdf_link}) | [View Full Case]({docket_link})
#CL{docket_id}""",
)
Expand All @@ -143,7 +143,7 @@
link_placeholders=["docket_link"],
str_template="""New minute entry in {docket}: {description}
[View Docket]({docket_link})
[View Full Case]({docket_link})
#CL{docket_id}""",
)

0 comments on commit 81f9679

Please sign in to comment.