Fixed subject in MaintenanceNotification Index
This commit is contained in:
@@ -85,7 +85,7 @@
|
||||
</tr>
|
||||
<?php foreach($notifications as $notification): ?>
|
||||
<tr>
|
||||
<td><?=$notification->subject?></td>
|
||||
<td><?=$notification->subject->subject?></td>
|
||||
<td><?=($notification->plz) ? implode(", ", $notification->plzs) : ""?></td>
|
||||
<td><?=($notification->send_ts) ? date("d.m.Y H:i", $notification->send_ts) : ""?></td>
|
||||
<td><?=($notification->sent) ? "Ja" : "nein"?></td>
|
||||
|
||||
Reference in New Issue
Block a user