mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
5 lines
184 B
HTML
5 lines
184 B
HTML
<div>
|
|
<div class="admin-announcement" ng-repeat="item in announcements">
|
|
<a href="/admin/announcements/{{ item.id }}">{{ item.id }}: {{ item.title }}</a>
|
|
</div>
|
|
</div>
|