aboutsummaryrefslogtreecommitdiff
path: root/app/views/shared/log_event/show.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+github@gmail.com>2024-05-16 14:35:00 +0200
committerJan-Hendrik Willms <tleilax+github@gmail.com>2024-05-16 14:35:00 +0200
commit9de74a2b988fca0f163894d64509044e39c10542 (patch)
treeef0d45e107fcd172fd0cb84352ce3e7ae2eca9a9 /app/views/shared/log_event/show.php
parentf6c4560482983c4e48c94853cd221772f1b1a050 (diff)
remove calls to TextHelper class, re #4101
Diffstat (limited to 'app/views/shared/log_event/show.php')
-rw-r--r--app/views/shared/log_event/show.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/shared/log_event/show.php b/app/views/shared/log_event/show.php
index ea96f89..eec2164 100644
--- a/app/views/shared/log_event/show.php
+++ b/app/views/shared/log_event/show.php
@@ -32,7 +32,7 @@ use Studip\Button, Studip\LinkButton;
</th>
</tr>
<? foreach ($log_events as $log_event): ?>
- <tr class="<?= TextHelper::cycle('table_row_even', 'table_row_odd') ?>">
+ <tr>
<td style="font-size: smaller; white-space: nowrap;">
<?= date('d.m.Y H:i:s', $log_event['time']) ?>
</td>