Skip to content
This repository has been archived by the owner on Feb 11, 2025. It is now read-only.

Drop name references for characters #209

Merged
merged 1 commit into from
Oct 28, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/argus_htmx/templates/htmx/incidents/_incident_table.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<a hx-get="?page=1"
href="?page=1"
hx-indicator="#incident-list .htmx-indicator"
class="join-item btn btn-neutral">&laquo; First</a>
class="join-item btn btn-neutral">« First</a>
</li>
{% endif %}
{% if page.has_previous %}
Expand Down Expand Up @@ -91,7 +91,7 @@
<a hx-get="?page={{ page.paginator.num_pages }}"
href="?page={{ page.paginator.num_pages }}"
hx-indicator="#incident-list .htmx-indicator"
class="join-item btn btn-neutral">&raquo; Last</a>
class="join-item btn btn-neutral">» Last</a>
</li>
{% endif %}
</ul>
Expand Down
Loading