Pony.fm/public/templates/notifications/index.html

4 lines
298 B
HTML
Raw Normal View History

<div ng-repeat="notification in notifications" class="notification">
<a href="{{ notification.url }}" class="img-link"><img pfm-src-loader="::notification.thumbnail_url" pfm-src-size="thumbnail"></a>
<a href="{{ notification.url }}" class="message"><p>{{ notification.text }}</p></a>
2016-05-27 21:38:59 +02:00
</div>