notifications.php: move more code to NotificationsManager

This commit is contained in:
rabuzarus 2016-08-01 18:18:11 +02:00
commit 7a4be1cead
11 changed files with 330 additions and 332 deletions

View file

@ -1,4 +1,4 @@
<div class="notif-item">
<div class="notif-item {{if !$item_seen}}unseen{{/if}}">
<a href="{{$item_link}}" target="friendica-notifications"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a>
</div>