Show notes to subscriptions list on the dashboard

This commit is contained in:
Miguel Ribeiro
2024-02-14 18:00:03 +01:00
parent 323679e771
commit f53f2535d0
6 changed files with 32 additions and 3 deletions
+12
View File
@@ -124,6 +124,18 @@
}
?>
</div>
<?php
if ($subscription['notes'] != "") {
?>
<div class="subscription-notes">
<span class="notes">
<img src="images/siteicons/notes.png" alt="<?= translate('notes', $i18n) ?>" />
<?= $subscription['notes'] ?>
</span>
</div>
<?php
}
?>
</div>
<?php
}