Show notes to subscriptions list on the dashboard
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user