notifications - add attendance notifications
This commit is contained in:
parent
bcee356f66
commit
6d3c15fe91
3 changed files with 40 additions and 4 deletions
4
view/templates/notifications_attend_item.tpl
Normal file
4
view/templates/notifications_attend_item.tpl
Normal file
|
@ -0,0 +1,4 @@
|
|||
|
||||
<div class="notif-item {{if !$item_seen}}unseen{{/if}}">
|
||||
<a href="{{$item_link}}" target="friendica-notification"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue