Various bug fixes and code cleanup.

This commit is contained in:
James Cole
2022-12-31 06:57:05 +01:00
parent 2b9996b844
commit 27a576ae8a
27 changed files with 62 additions and 61 deletions

View File

@@ -70,11 +70,11 @@
{% endif %}
</strong>
</p>
<table class="table">
<table class="table" aria-label="Table">
<tbody>
{% for occ in rep.occurrences %}
<tr>
<td>{{ occ.date.isoFormat(trans('config.month_and_date_day_js')) }}</td>
<th scope="row">{{ occ.date.isoFormat(trans('config.month_and_date_day_js')) }}</th>
<td>
{% if not occ.fired %}
<form action="{{ route('recurring.trigger', [recurrence.id]) }}" method="post" style="display: inline;">