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

@@ -1,7 +1,7 @@
<table class="table">
<table class="table" aria-label="Table">
{% for logEntry in logEntries %}
<tr>
<td style="width:20%;">
<th style="width:20%;" scope="row">
{# link to object: #}
{% if 'FireflyIII\\Models\\Rule' == logEntry.changer_type %}
<a href="{{ route('rules.edit', [logEntry.changer_id] ) }}">
@@ -9,7 +9,7 @@
{{ logEntry.changer_type|replace({"FireflyIII\\Models\\": ""}) }}
#{{ logEntry.changer_id }}
</a>
</td>
</th>
<td style="width:30%;">
{{ trans('firefly.ale_action_'~logEntry.action) }}
</td>