mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 05:27:59 +01:00
13 lines
550 B
HTML
13 lines
550 B
HTML
|
<div class="announce-content">
|
||
|
<h2>{{ ::announcement.title }}</h2>
|
||
|
<p marked="announcement.text_content"></p>
|
||
|
</div>
|
||
|
<div class="announce-actions">
|
||
|
<span ng-repeat="link in announcement.links">
|
||
|
<a ng-href="{{ ::link.url }}" target="_blank">{{ ::link.title }}</a>
|
||
|
</span>
|
||
|
<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>
|