mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
10 lines
523 B
HTML
10 lines
523 B
HTML
<div class="announce-content">
|
|
<h2>{{ ::announcement.title }}</h2>
|
|
<p marked="announcement.text_content"></p>
|
|
</div>
|
|
<div class="announce-actions">
|
|
<a ng-repeat="link in announcement.links" ng-href="{{ ::link.url }}" target="_blank">{{ ::link.title }}</a>
|
|
<a href="#" ng-click="announcement.dontShowAgain()">Don't show again</a>
|
|
</div>
|
|
<a href="#" class="dismiss-button" ng-click="announcement.dismiss()"><i class="fa fa-times"></i></a>
|
|
<i class="fa fa-info-circle announce-bg-icon" aria-hidden="true"></i>
|