mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-02-07 22:36:43 +01:00
4 lines
No EOL
304 B
HTML
4 lines
No EOL
304 B
HTML
<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>
|
|
</div> |